- New upstream release 0.13:
- Fix some bugs with our use of Try::Tiny, which could cause warnings on some
systems where Class::Load::XS wasn't installed (CPAN RT#72345)
- BR: perl(Test::Without::Module)
- New upstream release 0.12:
- Require Module::Runtime ≥ 0.011, which fixes problems with Catalyst under
Perl 5.8 and 5.10
- Add versioned runtime dependencies for Module::Runtime and Package::Stash
- New upstream release 0.11:
- Don't accept package names that start with a digit
- Rewrite some of the guts to use Module::Runtime rather than reimplementing
its functionality
- BR: perl(Module::Runtime) ≥ 0.009
- Drop all support for older distributions as required module
Module::Runtime ≥ 0.009 will not be available prior to F-16
- New upstream release 0.10:
- Fix is_class_loaded to ignore $ISA (but still look for @ISA) when trying to
determine whether a class is loaded
- Lots of internals cleanup
- BR: perl(Package::Stash) ≥ 0.32 and perl(Try::Tiny)
- Update patches to apply cleanly
- New upstream release 0.08:
- The previous version was missing a prereq declaration for Data::OptList
(CPAN RT#70285)
- This release by DROLSKY -> update source URL
- Package new documentation: LICENSE and README
- Add build requirements for new release tests and run them:
- perl(Pod::Coverage::Moose)
- perl(Test::CPAN::Changes)
- perl(Test::EOL)
- perl(Test::NoTabs)
- perl(Test::Pod)
- perl(Test::Pod::Coverage)
- perl(Test::Requires)
- perl(Test::Spelling) and aspell-en
- Add patch for building with ExtUtils::MakeMaker < 6.30
- Add patch for building with Test::More < 0.88
- Add patch for building without Test::Requires
- Add patch for fixing spell checker word list
- Don't try to run the POD Coverage test if we don't have Pod::Coverage::Moose
In the package review, the reviewer noted the explicit dependency on
perl(Exporter), added because of a "use base Exporter" construct in
the code that rpm's automatic dependency finder doesn't find, and asked
if that wasn't a bit redundant given that Exporter is a core module.
The explicit dependency has been removed on the basis that it is
extremely unlikely that perl(Exporter) will ever be split from the main
perl package and hence the explicit dependency is indeed redundant.
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=656408