Stephan Kulow 2014-09-22 05:06:51 +00:00 committed by Git OBS Bridge
parent 613179c100
commit 301a7d9993
4 changed files with 44 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d51490a16ad551491cc202a52cec38cc08454e33557e6b34741a7c3229d02a7
size 24581

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9b7ab58514d6dcce27543c8ab007ed510d05e138262a23a91d289474cc308a6
size 30486

View File

@ -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

View File

@ -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