2017-05-18 08:30:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 16 05:47:10 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000007
|
|
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
|
|
|
|
2.000007 2017-05-15
|
|
|
|
- no real code changes
|
|
|
|
- extend bug #129090 workaround to perl 5.25.5
|
|
|
|
- try to detect broken Moose installs earlier
|
|
|
|
- fix declaration of developer dependencies
|
|
|
|
|
2017-04-18 08:05:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 17 05:42:26 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000006
|
|
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
|
|
|
|
2.000006 2017-04-16
|
|
|
|
- work around core bug #129090 / #131146 in perl 5.22 and 5.24:
|
|
|
|
perl -e 'use Function::Parameters; \&f; fun f() { eval "" }' hangs
|
|
|
|
in the compiler (also happens with perl -d or Devel::Cover instead
|
|
|
|
of eval) (gh #29)
|
|
|
|
|
2017-04-06 13:04:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 1 05:44:14 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000003
|
|
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
|
|
|
|
2.000003 2017-03-31
|
|
|
|
- fix a bug where method modifiers would inadvertently declare subs
|
|
|
|
(e.g. 'before foo() {}' acting like 'sub foo;
|
|
|
|
BEGIN { &before('foo', sub {}) }'), breaking Pkg->can($method) and
|
|
|
|
thus Class::Method::Modifiers (RT #120804)
|
|
|
|
- make method modifiers take effect at runtime because otherwise
|
|
|
|
you'd have to wrap every with()/extends() in a BEGIN block to make
|
|
|
|
consumed/inherited methods visible to modifiers (RT #120804)
|
|
|
|
- make method modifiers require a name (what would an anonymous
|
|
|
|
modifier modify?)
|
|
|
|
- (hopefully) improve the error message you get for trying to add any
|
|
|
|
parameters after a slurpy
|
|
|
|
|
2017-03-23 06:49:42 +00:00
|
|
|
-------------------------------------------------------------------
|
2017-03-29 08:51:39 +00:00
|
|
|
Wed Mar 29 05:45:39 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000002
|
|
|
|
see /usr/share/doc/packages/perl-Function-Parameters/Changes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-03-23 06:49:42 +00:00
|
|
|
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
|
|
|
|
|
2016-06-12 14:10:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2016-02-20 20:45:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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()
|
|
|
|
|
2016-01-07 11:44:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2015-12-26 12:25:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2015-12-05 17:05:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2015-04-27 05:42:26 +00: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
|
|
|
|
|
2015-04-24 15:53:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2015-04-19 18:08:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 19 18:08:02 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- initial package $version
|
|
|
|
* created by $NAME $VERSION
|
|
|
|
|