[perl-Exporter-Tiny] Update to 0.038

Paul Howarth pghmcfc at fedoraproject.org
Fri Apr 4 11:56:58 UTC 2014


commit 3ebb26af1767201cac81e10e87f0cf518e0bdfcb
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Apr 4 12:55:58 2014 +0100

    Update to 0.038
    
    - New upstream release 0.038
      - Added: Support Exporter.pm's import negation syntax qw( !foo )
      - Added: Support Exporter.pm's regexp import syntax qw( /foo/ )
      - Fix minor error in documentation of generators
      - Improved handling of hashrefs of options passed to tags, and hashrefs of
        options found within %EXPORT_TAGS arrayrefs
      - Only attempt to merge hashes if we're sure they're both really hashes!

 perl-Exporter-Tiny.spec |   14 ++++++++++++--
 sources                 |    2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec
index 28717b0..f008378 100644
--- a/perl-Exporter-Tiny.spec
+++ b/perl-Exporter-Tiny.spec
@@ -1,6 +1,6 @@
 Name:		perl-Exporter-Tiny
-Version:	0.036
-Release:	2%{?dist}
+Version:	0.038
+Release:	1%{?dist}
 Summary:	An exporter with the features of Sub::Exporter but only core dependencies
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -9,6 +9,7 @@ Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{ver
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Module Build
+BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.17
 # Module Runtime
 BuildRequires:	perl(B)
@@ -68,6 +69,15 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Exporter::Shiny.3pm*
 
 %changelog
+* Fri Apr  4 2014 Paul Howarth <paul at city-fan.org> - 0.038-1
+- Update to 0.038
+  - Added: Support Exporter.pm's import negation syntax qw( !foo )
+  - Added: Support Exporter.pm's regexp import syntax qw( /foo/ )
+  - Fix minor error in documentation of generators
+  - Improved handling of hashrefs of options passed to tags, and hashrefs of
+    options found within %%EXPORT_TAGS arrayrefs
+  - Only attempt to merge hashes if we're sure they're both really hashes!
+
 * Mon Mar 17 2014 Paul Howarth <paul at city-fan.org> - 0.036-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 44d2a84..3d7764a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9115160cfd92a2676c377cd530f20f4a  Exporter-Tiny-0.036.tar.gz
+9ab8587a1c95ad7b666fbc43ab76f16e  Exporter-Tiny-0.038.tar.gz



More information about the perl-devel mailing list