|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Module-Find
|
|
|
|
Name: perl-Module-Find
|
|
|
|
Version: 0.11
|
|
|
|
Version: 0.12
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Find and use installed modules in a (sub)category
|
|
|
|
Summary: Find and use installed modules in a (sub)category
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -53,6 +53,15 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man3/Module::Find.3pm*
|
|
|
|
%{_mandir}/man3/Module::Find.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* 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
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|