summaryrefslogtreecommitdiff
path: root/lib/NEXT/README
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-30 20:24:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-30 20:24:49 +0000
commit52138ef3a06f8cb332cb62ae77832a62a0223d75 (patch)
tree769fb049fc00f8d04e3b8b1566dccd6ed9b44ec5 /lib/NEXT/README
parentf28d0af5688a2d77b2e0789063ae70624436777c (diff)
downloadperl-52138ef3a06f8cb332cb62ae77832a62a0223d75.tar.gz
Upgrade to NEXT 0.52.
p4raw-id: //depot/perl@20362
Diffstat (limited to 'lib/NEXT/README')
-rw-r--r--lib/NEXT/README22
1 files changed, 3 insertions, 19 deletions
diff --git a/lib/NEXT/README b/lib/NEXT/README
index ad750bcdb4..42fe91db57 100644
--- a/lib/NEXT/README
+++ b/lib/NEXT/README
@@ -1,5 +1,5 @@
==============================================================================
- Release of version 0.50 of NEXT
+ Release of version 0.52 of NEXT
==============================================================================
@@ -25,7 +25,7 @@ DESCRIPTION
the current class -- to look for a suitable method in other
ancestors of C<$self> -- whereas C<$self->SUPER::m()> cannot.
- A particularly interesting use of redispatch is in
+ An particularly interesting use of redispatch is in
C<AUTOLOAD>'ed methods. If such a method determines that it is
not able to handle a particular call, it may choose to
redispatch that call, in the hope that some other C<AUTOLOAD>
@@ -50,22 +50,9 @@ COPYRIGHT
==============================================================================
-CHANGES IN VERSION 0.50
+CHANGES IN VERSION 0.52
- - Added a $VERSION (oops!)
-
- - Fixed handling of diamond patterns (thanks Paul)
-
- - Added NEXT::ACTUAL to require existence of next method (thanks Paul)
-
- - Added NEXT::UNSEEN to avoid calling multiply inherited
- methods twice (thanks Paul)
-
- - Re-fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS to be
- consistent with more useful SUPER:: behaviour
-
- - Corified tests
==============================================================================
@@ -73,8 +60,5 @@ CHANGES IN VERSION 0.50
AVAILABILITY
NEXT has been uploaded to the CPAN
-and is also available from:
-
- http://www.csse.monash.edu.au/~damian/CPAN/NEXT.tar.gz
==============================================================================