@ -1,5 +1,5 @@
Name: perl-Class-Load
Name: perl-Class-Load
Version: 0.14
Version: 0.15
Release: 1%{?dist}
Release: 1%{?dist}
Summary: A working (require "Class::Name") and more
Summary: A working (require "Class::Name") and more
Group: Development/Libraries
Group: Development/Libraries
@ -17,7 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(base)
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Module::Implementation)
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Package::Stash)
BuildRequires: perl(Package::Stash)
BuildRequires: perl(strict)
BuildRequires: perl(strict)
@ -89,6 +89,11 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%{_mandir}/man3/Class::Load.3pm*
%{_mandir}/man3/Class::Load.3pm*
%changelog
%changelog
* Thu Feb 9 2012 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 0.14-1
* Tue Feb 7 2012 Paul Howarth <paul@city-fan.org> - 0.14-1
- Update to 0.14:
- Update to 0.14:
- Use Module::Implementation to handle loading the XS or PP versions of the
- Use Module::Implementation to handle loading the XS or PP versions of the