forked from pool/perl-Exporter-Tiny
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=2
This commit is contained in:
parent
613179c100
commit
301a7d9993
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d51490a16ad551491cc202a52cec38cc08454e33557e6b34741a7c3229d02a7
|
||||
size 24581
|
3
Exporter-Tiny-0.040.tar.gz
Normal file
3
Exporter-Tiny-0.040.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9b7ab58514d6dcce27543c8ab007ed510d05e138262a23a91d289474cc308a6
|
||||
size 30486
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user