commit 5f4ea58e9eb2f523098d86f4dee1405326df39c3
Author: Paul Howarth <p...@city-fan.org>
Date:   Fri May 31 13:03:29 2013 +0100

    Update to 0.31
    
    - New upstream release 0.31
      - Support use Foo::Bar (); etc. (CPAN RT#50723)
      - "use" after statement with trailing comment was ignored (CPAN RT#71761)
      - Fixed the Pod::Simple encoding issue
      - Fix incorrect regexp (ref gh-5)
      - Avoid regex features introduced only in later perl (close gh-5)
      - Use plan() instead of done_testing() (ref gh-5)
      - Add support for bareword leading hyphyen, in-place arrayref and hashref
      - Proper version number for older releases in Changes file

 perl-Module-ExtractUse.spec |   13 ++++++++++++-
 sources                     |    2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index f8ef6f1..22269d6 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,5 +1,5 @@
 Name:           perl-Module-ExtractUse
-Version:        0.30
+Version:        0.31
 Release:        1%{?dist}
 Summary:        Find out what modules are used
 License:        GPL+ or Artistic
@@ -55,6 +55,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Module::ExtractUse::Grammar.3pm*
 
 %changelog
+* Fri May 31 2013 Paul Howarth <p...@city-fan.org> - 0.31-1
+- Update to 0.31
+  - Support use Foo::Bar (); etc. (CPAN RT#50723)
+  - "use" after statement with trailing comment was ignored (CPAN RT#71761)
+  - Fixed the Pod::Simple encoding issue
+  - Fix incorrect regexp (ref gh-5)
+  - Avoid regex features introduced only in later perl (close gh-5)
+  - Use plan() instead of done_testing() (ref gh-5)
+  - Add support for bareword leading hyphyen, in-place arrayref and hashref
+  - Proper version number for older releases in Changes file
+
 * Thu Apr 18 2013 Paul Howarth <p...@city-fan.org> - 0.30-1
 - Update to 0.30
   - Add accessors and tests for _in_eval/_out_of_eval
diff --git a/sources b/sources
index ff1808c..119750b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f6addffde26aa4317a447bdeff80b97  Module-ExtractUse-0.30.tar.gz
+3479619cef2f66d565d7403d384c15ff  Module-ExtractUse-0.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to