Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Want
From: Makoto Fujiwara
Date: 2015-04-25 10:30:32
Message id: 20150425083032.129B998@cvs.netbsd.org
Log Message:
Update 0.21 to 0.25
-------------------
0.22 Sun 15 Dec 2013 17:08:35 GMT
- 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
0.23 Mon 24 Mar 2014 00:28:36 GMT
- Accommodate a bleadperl change to the optree, made in
7d3c8a6837b55fff0e6294ebf8c94a1601367c76.
This is bug #94086 for Want, and bug #121342 for perl5.
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.
Files: