Accepting request 347533 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/347533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=4
This commit is contained in:
2015-12-05 17:05:12 +00:00
committed by Git OBS Bridge
parent 06c33cd454
commit 82bc9a20da
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 5 10:07:44 UTC 2015 - coolo@suse.com
- updated to 1.0701
see /usr/share/doc/packages/perl-Function-Parameters/Changes
1.0701 2015-12-04
- remove old "bare" import syntax:
use Function::Parameters 'foo', 'bar';
# equivalent to
# use Function::Parameters { foo => 'function', bar => 'method' };
(marked as deprecated in 0.06, no longer documented since 1.00)
-------------------------------------------------------------------
Mon Apr 27 05:38:58 UTC 2015 - coolo@suse.com