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
CommitLineData
55a1c97c
JH
1Revision history for Perl extension NEXT.pm.
2
30.01 Tue Apr 10 18:27:00 EST 2001
4
5 - original version
6
7
80.01 Thu Apr 12 17:06:49 2001
9
10 - Documented the difference between NEXT and SUPER (thanks Ken)
11
12
13
140.01 Thu Apr 12 17:15:42 2001
15
16
17
180.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
13021a80
JH
23
24
250.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