[perl-Module-ExtractUse] Update to 0.32

Paul Howarth pghmcfc at fedoraproject.org
Wed Sep 4 20:11:31 UTC 2013


commit 97fa6d43654328723790e703938e1a64a2de017c
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Sep 4 21:06:30 2013 +0100

    Update to 0.32
    
    - New upstream release 0.32
      - Don't include cached results
      - Fix handling module beginning with v and pragma with version
      - Recognize "use parent"

 perl-Module-ExtractUse.spec |   10 ++++++++--
 sources                     |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index d149d9e..2789bd0 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-ExtractUse
-Version:        0.31
-Release:        3%{?dist}
+Version:        0.32
+Release:        1%{?dist}
 Summary:        Find out what modules are used
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -55,6 +55,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Module::ExtractUse::Grammar.3pm*
 
 %changelog
+* Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.32-1
+- Update to 0.32
+  - Don't include cached results
+  - Fix handling module beginning with v and pragma with version
+  - Recognize "use parent"
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.31-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 119750b..ffe1d98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3479619cef2f66d565d7403d384c15ff  Module-ExtractUse-0.31.tar.gz
+ecb7c7c7c7f1eaafa277797eaadd5c29  Module-ExtractUse-0.32.tar.gz


More information about the scm-commits mailing list