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:
Paul Howarth 2015-03-10 11:53:27 +00:00
parent cc17c5771e
commit ffd05d09c9
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
960cd501d0a1f551ef72d6c77c8bc66b parent-0.229.tar.gz
6598dc010917282a5bc3864092a75256 parent-0.231.tar.gz