diff --git a/Exporter-Tiny-0.030.tar.gz b/Exporter-Tiny-0.030.tar.gz deleted file mode 100644 index 0a187d4..0000000 --- a/Exporter-Tiny-0.030.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d51490a16ad551491cc202a52cec38cc08454e33557e6b34741a7c3229d02a7 -size 24581 diff --git a/Exporter-Tiny-0.040.tar.gz b/Exporter-Tiny-0.040.tar.gz new file mode 100644 index 0000000..0422843 --- /dev/null +++ b/Exporter-Tiny-0.040.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b7ab58514d6dcce27543c8ab007ed510d05e138262a23a91d289474cc308a6 +size 30486 diff --git a/perl-Exporter-Tiny.changes b/perl-Exporter-Tiny.changes index c07b235..1a42748 100644 --- a/perl-Exporter-Tiny.changes +++ b/perl-Exporter-Tiny.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Sep 22 05:04:30 UTC 2014 - coolo@suse.com + +- updated to 0.040 + [ Packaging ] + - Repackage as a stable release. + + 0.039_01 2014-07-20 + + [ Documentation ] + - Document warning and error messages produced by Exporter::Tiny. + + [ Other ] + - Exporter::Tiny would previously cause B.pm to be loaded into memory any + time it exported anything. It no longer does. + - No longer die when redefining locally defined subs. + - Warn when redefining any subs. + + 0.038 2014-04-04 + + 0.037_03 2014-04-02 + + [ Bug Fixes ] + - Only attempt to merge hashes if we're sure they're both really hashes! + + 0.037_02 2014-04-02 + + - Improved handling of hashrefs of options passed to tags, and hashrefs of + options found within %EXPORT_TAGS arrayrefs. + + 0.037_01 2014-03-26 + + [ Documentation ] + - Fix minor error in documentation of generators. + + [ Other ] + - Added: Support Exporter.pm's import negation syntax qw( !foo ). + - Added: Support Exporter.pm's regexp import syntax qw( /foo/ ). + ------------------------------------------------------------------- Tue Nov 26 16:04:44 UTC 2013 - coolo@suse.com diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec index cad5b5b..06a7ed7 100644 --- a/perl-Exporter-Tiny.spec +++ b/perl-Exporter-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Exporter-Tiny # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Exporter-Tiny -Version: 0.030 +Version: 0.040 Release: 0 %define cpan_name Exporter-Tiny Summary: an exporter with the features of Sub::Exporter but only core dependencies @@ -29,9 +29,6 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.96 -#BuildRequires: perl(Example::Exporter) -#BuildRequires: perl(Exporter::Tiny) %{perl_requires} %description