|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Class-Load
|
|
|
|
Name: perl-Class-Load
|
|
|
|
Version: 0.17
|
|
|
|
Version: 0.18
|
|
|
|
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
|
|
|
@ -19,7 +19,7 @@ BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Data::OptList)
|
|
|
|
BuildRequires: perl(Data::OptList)
|
|
|
|
BuildRequires: perl(Module::Implementation) >= 0.04
|
|
|
|
BuildRequires: perl(Module::Implementation) >= 0.04
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.012
|
|
|
|
BuildRequires: perl(Package::Stash)
|
|
|
|
BuildRequires: perl(Package::Stash) >= 0.14
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Try::Tiny)
|
|
|
|
BuildRequires: perl(Try::Tiny)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
@ -89,6 +89,10 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
|
|
|
|
%{_mandir}/man3/Class::Load.3pm*
|
|
|
|
%{_mandir}/man3/Class::Load.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 0.18-1
|
|
|
|
|
|
|
|
- Update to 0.18:
|
|
|
|
|
|
|
|
- Require Package::Stash ≥ 0.14 (CPAN RT#75095)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 12 2012 Paul Howarth <paul@city-fan.org> - 0.17-1
|
|
|
|
* Sun Feb 12 2012 Paul Howarth <paul@city-fan.org> - 0.17-1
|
|
|
|
- Update to 0.17:
|
|
|
|
- Update to 0.17:
|
|
|
|
- Require Module::Runtime 0.012, which has a number of useful bug fixes
|
|
|
|
- Require Module::Runtime 0.012, which has a number of useful bug fixes
|
|
|
|