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:
parent
51130138fe
commit
3ebb26af17
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user