This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH} typo fix in Carp/Heavy.pm
[perl5.git] / lib / NEXT / Changes
1 Revision history for Perl extension NEXT.pm.
2
3 0.01    Tue Apr 10 18:27:00 EST 2001
4
5         - original version 
6
7
8 0.01    Thu Apr 12 17:06:49 2001
9
10         - Documented the difference between NEXT and SUPER (thanks Ken)
11
12
13
14 0.01    Thu Apr 12 17:15:42 2001
15
16
17
18 0.02    Mon Sep  3 07:52:27 2001
19
20         - Fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS (thanks Leonid)
21
22         - Changed licence for inclusion in core distribution
23
24
25 0.50    Fri Nov 16 11:20:40 2001
26
27         - Added a $VERSION (oops!)
28
29         - Fixed handling of diamond patterns (thanks Paul)
30
31         - Added NEXT::ACTUAL to require existence of next method (thanks Paul)
32
33         - Added NEXT::UNSEEN to avoid calling multiply inherited
34           methods twice (thanks Paul)
35
36         - Re-fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS to be
37           consistent with more useful SUPER:: behaviour
38
39         - Corified tests