Update to 0.13

- New upstream release 0.13
  - Removed file readability check (GH#4, CPAN RT#99055)
  - Now supports @INC hooks (GH#6)
  - Now filters out filenames starting with a dot (GH#7)
  - Now uses strict (GH#8)
  - Fixed CPAN RT#122016: test/ files show up in metacpan
  - Module::Find now uses @ModuleDirs (if specified) for loading modules
    (CPAN RT#127657); previously, when using setmoduledirs() to set an array
    of directories that did not contain @INC, Module::Find would find the
    modules correctly, but load them from @INC
epel9
Paul Howarth 5 years ago
parent 8d182a7298
commit 347bb14e65

@ -1,6 +1,6 @@
Name: perl-Module-Find
Version: 0.13
Release: 15%{?dist}
Version: 0.15
Release: 1%{?dist}
Summary: Find and use installed modules in a (sub)category
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Find
@ -62,6 +62,18 @@ make test
%{_mandir}/man3/Module::Find.3*
%changelog
* Thu Dec 26 2019 Paul Howarth <paul@city-fan.org> - 0.15-1
- Update to 0.13
- Removed file readability check (GH#4, CPAN RT#99055)
- Now supports @INC hooks (GH#6)
- Now filters out filenames starting with a dot (GH#7)
- Now uses strict (GH#8)
- Fixed CPAN RT#122016: test/ files show up in metacpan
- Module::Find now uses @ModuleDirs (if specified) for loading modules
(CPAN RT#127657); previously, when using setmoduledirs() to set an array
of directories that did not contain @INC, Module::Find would find the
modules correctly, but load them from @INC
* Wed Sep 25 2019 Paul Howarth <paul@city-fan.org> - 0.13-15
- Spec tidy-up
- Use author-independent source URL

@ -1 +1 @@
28a11699901c2b07795ad59827d6ee66 Module-Find-0.13.tar.gz
SHA512 (Module-Find-0.15.tar.gz) = 769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac

Loading…
Cancel
Save