[perl-Module-Find] Update to 0.12

Paul Howarth pghmcfc at fedoraproject.org
Fri Feb 7 15:32:45 UTC 2014


commit 4a51b3e14be9eca33a2d7af97e4728aae4c1f146
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Feb 7 15:30:02 2014 +0000

    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

 perl-Module-Find.spec |   13 +++++++++++--
 sources               |    2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec
index 0d255ff..c97f086 100644
--- a/perl-Module-Find.spec
+++ b/perl-Module-Find.spec
@@ -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 at 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 at lists.fedoraproject.org> - 0.11-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 9cdd614..6a337ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-420a0796a1fbdfd5704df754872db7e1  Module-Find-0.11.tar.gz
+abd614f3ebca68b4e7cc474400a8c0f2  Module-Find-0.12.tar.gz



More information about the perl-devel mailing list