2015-04-29 18:08:43 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 29 10:35:45 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.26
|
|
|
|
|
see /usr/share/doc/packages/perl-Want/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0.26 Tue 28 Apr 2015 12:31:17 BST
|
|
|
|
|
- There is a new experimental option in bleadperl under which one ought not to use
|
|
|
|
|
the op_sibling field directly. Quoting from perlguts.pod:
|
|
|
|
|
|
|
|
|
|
“ Starting in version 5.21.2, perls built with the experimental
|
|
|
|
|
define C<-DPERL_OP_PARENT> add an extra boolean flag for each op,
|
|
|
|
|
C<op_moresib>. When not set, this indicates that this is the last op in an
|
|
|
|
|
C<OpSIBLING> chain. This frees up the C<op_sibling> field on the last
|
|
|
|
|
sibling to point back to the parent op. Under this build, that field is
|
|
|
|
|
also renamed C<op_sibparent> to reflect its joint role. The macro
|
|
|
|
|
C<OpSIBLING(o)> wraps this special behaviour, and always returns NULL on
|
|
|
|
|
the last sibling. With this build the C<op_parent(o)> function can be
|
|
|
|
|
used to find the parent of any op. Thus for forward compatibility, you
|
|
|
|
|
should always use the C<OpSIBLING(o)> macro rather than accessing
|
|
|
|
|
C<op_sibling> directly. ”
|
|
|
|
|
|
|
|
|
|
Thanks to Reini Urban for the patch.
|
|
|
|
|
|
2015-04-15 05:06:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 14 21:14:41 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.25
|
|
|
|
|
see /usr/share/doc/packages/perl-Want/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0.24 Tue 2 Dec 2014 10:22:39 GMT
|
|
|
|
|
- Accommodate another bleadperl change. Patch provided by Father Chrysostomos at
|
|
|
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=100626
|
|
|
|
|
|
|
|
|
|
0.25 Wed 10 Dec 2014 19:31:03 GMT
|
|
|
|
|
- Add support for the new OP_MULTIDEREF
|
|
|
|
|
Perl has a new op, added as a performance optimisation in fedf30e1c349130b23648c022f5f3cb4ad7928f3,
|
|
|
|
|
to represent a sequence of array/hash dereferences. This patch adds support for the new op.
|
|
|
|
|
|
2014-07-20 08:45:35 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 20 08:45:03 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.23
|
|
|
|
|
- Accommodate a bleadperl change to the optree, made in 7d3c8a6837b55fff0e6294ebf8c94a1601367c76.
|
|
|
|
|
This is bug #94086 for Want, and bug #121342 for perl5.
|
|
|
|
|
|
2014-02-24 06:34:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 24 06:10:28 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.22
|
|
|
|
|
- Prevent return from being optimised away by newer (>= 5.19.7) Perls.
|
|
|
|
|
This is a patch supplied by @wolfsage: see
|
|
|
|
|
https://github.com/robinhouston/Want/pull/1
|
|
|
|
|
|
2012-05-30 08:28:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 30 08:24:07 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 0.21
|
|
|
|
|
- Change tests to avoid the new warning 'Useless assignment to a temporary' added in 5.15.
|
|
|
|
|
|
|
|
|
|
- Remove a test that was testing the behaviour of perl, rather than of this module,
|
|
|
|
|
and was testing an aspect of perl’s behaviour that has changed (bf8fb5ebd) in
|
|
|
|
|
in such a way that the test was failing with bleadperl.
|
|
|
|
|
|
|
|
|
|
- Avoid leaking the RHS of an lnoreturn lvalue sub, thanks to Father Chrysostomos
|
|
|
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=72083
|
|
|
|
|
|
2011-07-19 19:33:23 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 19 19:27:32 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
2011-07-19 19:33:39 +00:00
|
|
|
|
- regenerate with cpanspec
|
2011-07-19 19:33:23 +00:00
|
|
|
|
|
2010-12-01 13:57:12 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 13:36:00 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
2009-07-25 17:45:53 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 25 19:45:50 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- spec mods
|
|
|
|
|
* removed ^----------
|
|
|
|
|
* removed ^#---------
|
|
|
|
|
|
2009-06-27 21:31:03 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 27 23:29:16 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- initial pkg 0.18
|
|
|
|
|
|