This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
blead is upstream for Math-BigInt
[perl5.git] / cpan / NEXT / Changes
CommitLineData
55a1c97c
JH
1Revision history for Perl extension NEXT.pm.
2
3c2847f4
FR
30.64 Mon Jun 8 14:36:00 2009
4 - Fixed overwriting dynamically scoped regex vars (Norbert Buchmuller,
5 Closes RT#36956).
6
f1a76812
FR
70.63 Fri Apr 10 16:52:44 2009
8 - Specify plans for all tests (Jarkko Hietaniemi). Merged from blead
9 perl (Florian Ragwitz).
10 - Default to installing to privlib instead of sitelib on perls where
11 NEXT is core (Jerry D. Hedden).
12
082b74eb
FR
130.62 Wed Apr 8 03:27:25 2009
14 - Be less aggressive when looking at the symbol table to find
15 methods. This prevents "used only once" warnings on 5.10.
16
170.61 Tue Mar 24 02:50:26 2009
18 - Pod tweaks (Alan Ferrency).
19 - Fix a bug when using NEXT from within an eval block (Dave Rolsky).
20 - Fix some pod typos (Piotr Fusik).
21 - Fix a bug when using NEXT within overloaded stringification
22 (Marcel GrĂ¼nauer).
23 - Make NEXT work with AUTOLOAD (Damian Conway).
24
250.60 Wed Aug 13 03:55:33 2003
26 - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance
27 (Note to self: don't code whilst on vacation!)
28 - Implemented and documented EVERY functionality
29
300.53 Tue Aug 12 10:53:25 2003
31 - Re-re-fixed NEXT::UNSEEN bug under diamond inheritance
32
330.52 Wed Jul 30 21:06:59 2003
34 - Refixed NEXT::UNSEEN bug under diamond inheritance
35
360.51 Tue Jul 29 23:09:48 2003
37 - Fixed NEXT::UNSEEN bug under diamond inheritance (thanks Dan
38 and Alan)
39 - Moved &ancestors out of NEXT class in case anyone ever
40 calls NEXT::ancestors
41 - Replaced UNSEEN with DISTINCT (but left UNSEEN operational
42 for backwards compatibility)
43
440.50 Fri Nov 16 11:20:40 2001
45 - Added a $VERSION (oops!)
46 - Fixed handling of diamond patterns (thanks Paul)
47 - Added NEXT::ACTUAL to require existence of next method (thanks Paul)
48 - Added NEXT::UNSEEN to avoid calling multiply inherited
49 methods twice (thanks Paul)
50 - Re-fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS to be
51 consistent with more useful SUPER:: behaviour
52 - Corified tests
53
540.02 Mon Sep 3 07:52:27 2001
55 - Fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS (thanks Leonid)
56 - Changed licence for inclusion in core distribution
57 - Documented the difference between NEXT and SUPER (thanks Ken)
58
590.01 Tue Apr 10 18:27:00 EST 2001
60 - original version