Accepting request 498240 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/498240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2017-05-25 15:00:55 +00:00 committed by Git OBS Bridge
parent d0164f637d
commit 56d138a39e
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 25 08:05:34 UTC 2017 - coolo@suse.com
- updated to 1.000000
see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
1.000000 2017-05-22
[ Packaging ]
- Repackage as 1.000000.
-------------------------------------------------------------------
Mon Feb 13 11:52:41 UTC 2017 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Exporter-Tiny
Version: 0.044
Version: 1.000000
Release: 0
%define cpan_name Exporter-Tiny
Summary: An Exporter with the Features of Sub::Exporter but Only Core Dependencies
@ -36,7 +36,7 @@ BuildRequires: perl-macros
Exporter::Tiny supports many of Sub::Exporter's external-facing features
including renaming imported functions with the '-as', '-prefix' and
'-suffix' options; explicit destinations with the 'into' option; and
alternative installers with the 'installler' option. But it's written in
alternative installers with the 'installer' option. But it's written in
only about 40% as many lines of code and with zero non-core dependencies.
Its internal-facing interface is closer to Exporter.pm, with configuration