Upgrade to NEXT-0.62.
[p5sagit/p5-mst-13.2.git] / lib / NEXT / Changes
CommitLineData
55a1c97c 1Revision history for Perl extension NEXT.pm.
2
082b74eb 30.62 Wed Apr 8 03:27:25 2009
4 - Be less aggressive when looking at the symbol table to find
5 methods. This prevents "used only once" warnings on 5.10.
6
70.61 Tue Mar 24 02:50:26 2009
8 - Pod tweaks (Alan Ferrency).
9 - Fix a bug when using NEXT from within an eval block (Dave Rolsky).
10 - Fix some pod typos (Piotr Fusik).
11 - Fix a bug when using NEXT within overloaded stringification
12 (Marcel GrĂ¼nauer).
13 - Make NEXT work with AUTOLOAD (Damian Conway).
14
150.60 Wed Aug 13 03:55:33 2003
16 - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance
17 (Note to self: don't code whilst on vacation!)
18 - Implemented and documented EVERY functionality
19
200.53 Tue Aug 12 10:53:25 2003
21 - Re-re-fixed NEXT::UNSEEN bug under diamond inheritance
22
230.52 Wed Jul 30 21:06:59 2003
24 - Refixed NEXT::UNSEEN bug under diamond inheritance
25
260.51 Tue Jul 29 23:09:48 2003
27 - Fixed NEXT::UNSEEN bug under diamond inheritance (thanks Dan
28 and Alan)
29 - Moved &ancestors out of NEXT class in case anyone ever
30 calls NEXT::ancestors
31 - Replaced UNSEEN with DISTINCT (but left UNSEEN operational
32 for backwards compatibility)
33
340.50 Fri Nov 16 11:20:40 2001
35 - Added a $VERSION (oops!)
36 - Fixed handling of diamond patterns (thanks Paul)
37 - Added NEXT::ACTUAL to require existence of next method (thanks Paul)
38 - Added NEXT::UNSEEN to avoid calling multiply inherited
39 methods twice (thanks Paul)
40 - Re-fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS to be
41 consistent with more useful SUPER:: behaviour
42 - Corified tests
43
440.02 Mon Sep 3 07:52:27 2001
45 - Fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS (thanks Leonid)
46 - Changed licence for inclusion in core distribution
47 - Documented the difference between NEXT and SUPER (thanks Ken)
48
490.01 Tue Apr 10 18:27:00 EST 2001
50 - original version