Update to 0.17

- New upstream release 0.17:
  - Require Module::Runtime 0.012, which has a number of useful bug fixes
  - A bug in Class::Load caused test failures when Module::Runtime 0.012 was
    used with Perl 5.8.x (CPAN RT#74897)
epel9
Paul Howarth 13 years ago
parent f808bda92f
commit 1e3ce9f45a

@ -1,5 +1,5 @@
Name: perl-Class-Load
Version: 0.15
Version: 0.17
Release: 1%{?dist}
Summary: A working (require "Class::Name") and more
Group: Development/Libraries
@ -18,7 +18,7 @@ BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Package::Stash)
BuildRequires: perl(strict)
BuildRequires: perl(Try::Tiny)
@ -89,6 +89,12 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%{_mandir}/man3/Class::Load.3pm*
%changelog
* Sun Feb 12 2012 Paul Howarth <paul@city-fan.org> - 0.17-1
- Update to 0.17:
- Require Module::Runtime 0.012, which has a number of useful bug fixes
- A bug in Class::Load caused test failures when Module::Runtime 0.012 was
used with Perl 5.8.x (CPAN RT#74897)
* 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

@ -1 +1 @@
c9bcd29084172b77a06d7cc691d79fab Class-Load-0.15.tar.gz
22663b3e350eb95dd3c151c2d84c5eb4 Class-Load-0.17.tar.gz

Loading…
Cancel
Save