Update to 0.12

- New upstream release 0.12
  - Fixed CPAN RT#81077: useall fails in taint mode
  - Fixed CPAN RT#83596: Documentation doesn't describe behaviour if a module
    fails to load
  - Clarified documentation for useall and usesub
  - Fixed CPAN RT#62923: setmoduledirs(undef) doesn't reset to searching @INC
  - Added more explicit tests
epel9
Paul Howarth 11 years ago
parent 0088e3f7db
commit 4a51b3e14b

@ -1,6 +1,6 @@
Name: perl-Module-Find
Version: 0.11
Release: 7%{?dist}
Version: 0.12
Release: 1%{?dist}
Summary: Find and use installed modules in a (sub)category
Group: Development/Libraries
License: GPL+ or Artistic
@ -53,6 +53,15 @@ rm -rf %{buildroot}
%{_mandir}/man3/Module::Find.3pm*
%changelog
* Fri Feb 7 2014 Paul Howarth <paul@city-fan.org> - 0.12-1
- Update to 0.12:
- Fixed CPAN RT#81077: useall fails in taint mode
- Fixed CPAN RT#83596: Documentation doesn't describe behaviour if a module
fails to load
- Clarified documentation for useall and usesub
- Fixed CPAN RT#62923: setmoduledirs(undef) doesn't reset to searching @INC
- Added more explicit tests
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
420a0796a1fbdfd5704df754872db7e1 Module-Find-0.11.tar.gz
abd614f3ebca68b4e7cc474400a8c0f2 Module-Find-0.12.tar.gz

Loading…
Cancel
Save