Update to 0.231
- New upstream release 0.231
- Restore test compatibility where Perl does not provide
&Config::non_bincompat_options (CPAN RT#102626)
This commit is contained in:
parent
cc17c5771e
commit
ffd05d09c9
@ -1,6 +1,6 @@
|
||||
Name: perl-parent
|
||||
Epoch: 1
|
||||
Version: 0.229
|
||||
Version: 0.231
|
||||
Release: 1%{?dist}
|
||||
Summary: Establish an ISA relationship with base classes at compile time
|
||||
License: GPL+ or Artistic
|
||||
@ -10,7 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.ta
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: perl >= 4:5.13.10
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(strict)
|
||||
@ -61,6 +61,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/parent.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 10 2015 Paul Howarth <paul@city-fan.org> - 1:0.231-1
|
||||
- Update to 0.231
|
||||
- Restore test compatibility where Perl does not provide
|
||||
&Config::non_bincompat_options (CPAN RT#102626)
|
||||
|
||||
* Sat Mar 7 2015 Paul Howarth <paul@city-fan.org> - 1:0.229-1
|
||||
- Update to 0.229
|
||||
- Add link to (Github) repository
|
||||
|
||||
Loading…
Reference in New Issue
Block a user