automatic update OBS-URL: https://build.opensuse.org/request/show/480985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=9
92 lines
3.0 KiB
Plaintext
92 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Mar 18 06:46:10 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 1.0706
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0706 2017-03-17
|
|
- don't require . in @INC during install
|
|
- improve internal code generation functions used on perls before 5.22
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 12 13:05:25 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.0705
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0705 2016-06-11
|
|
- simplify internals
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 10:18:33 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.0704
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0704 2016-02-13
|
|
- guard against broken Mooses in Makefile.PL
|
|
- remove last internal use of glob()
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 10:03:12 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.0703
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0703 2016-01-05
|
|
- fix line numbers in runtime errors caused by calls with bad arguments
|
|
(Carp trying to be smart and skipping over "internal" callers)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 26 09:46:54 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.0702
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0702 2015-12-21
|
|
- fix parsing of _ in prototypes
|
|
(caused bogus "Illegal character after '_' in prototype" warnings)
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- updated to 1.0605
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0605 2015-04-26
|
|
- update metacpan links
|
|
- remove wonky test
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 15:25:20 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.0604
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
1.0604 2015-04-22
|
|
- new explicit "lax" mode
|
|
- fix info() with taint mode on (gh pr #12)
|
|
- don't hide syntax errors that are followed by a parameter list with
|
|
types (gh #15)
|
|
- compatibility with perl v5.21.11 (#103843)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 19 18:08:02 UTC 2015 - coolo@suse.com
|
|
|
|
- initial package $version
|
|
* created by $NAME $VERSION
|
|
|