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!
This commit is contained in:
Paul Howarth 2014-04-04 12:55:58 +01:00
parent 51130138fe
commit 3ebb26af17
2 changed files with 13 additions and 3 deletions

View File

@ -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@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@city-fan.org> - 0.036-2
- Sanitize for Fedora submission

View File

@ -1 +1 @@
9115160cfd92a2676c377cd530f20f4a Exporter-Tiny-0.036.tar.gz
9ab8587a1c95ad7b666fbc43ab76f16e Exporter-Tiny-0.038.tar.gz