diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec index ca4623f..07763cf 100644 --- a/perl-Class-Load.spec +++ b/perl-Class-Load.spec @@ -1,5 +1,5 @@ Name: perl-Class-Load -Version: 0.14 +Version: 0.15 Release: 1%{?dist} Summary: A working (require "Class::Name") and more Group: Development/Libraries @@ -17,7 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Data::OptList) -BuildRequires: perl(Module::Implementation) +BuildRequires: perl(Module::Implementation) >= 0.04 BuildRequires: perl(Module::Runtime) >= 0.011 BuildRequires: perl(Package::Stash) BuildRequires: perl(strict) @@ -89,6 +89,11 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1} %{_mandir}/man3/Class::Load.3pm* %changelog +* Thu Feb 9 2012 Paul Howarth - 0.15-1 +- Update to 0.15: + - Small test changes to accomodate latest version of Module::Implementation +- BR: at least version 0.04 of perl(Module::Implementation) + * Tue Feb 7 2012 Paul Howarth - 0.14-1 - Update to 0.14: - Use Module::Implementation to handle loading the XS or PP versions of the diff --git a/sources b/sources index 566fd24..9214c2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dcae0c8fef65ec193cfafc0f624c4be4 Class-Load-0.14.tar.gz +c9bcd29084172b77a06d7cc691d79fab Class-Load-0.15.tar.gz