Fix a2p manpage (from Debian)
[p5sagit/p5-mst-13.2.git] / lib / NEXT / README
index 471b2bb..a60aae0 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                       Release of version 0.02 of NEXT
+                       Release of version 0.60 of NEXT
 ==============================================================================
 
 
@@ -31,10 +31,9 @@ DESCRIPTION
     redispatch that call, in the hope that some other C<AUTOLOAD>
     (above it, or to its left) might do better.
 
-    Note that it is a fatal error for any method (including C<AUTOLOAD>)
-    to attempt to redispatch any method except itself. For example:
-
-            sub D::oops { $_[0]->NEXT::other_method() } # BANG!
+    The module also allows you to specify that multiply inherited
+    methods should only be redispatched once, and what should
+    happen if no redispatch is possible.
 
 
 AUTHOR
@@ -51,12 +50,13 @@ COPYRIGHT
 
 ==============================================================================
 
-CHANGES IN VERSION 0.02
+CHANGES IN VERSION 0.60
 
 
-       - Fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS (thanks Leonid)
+       - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance 
+         (Note to self: don't code whilst on vacation!)
 
-       - Changed licence for inclusion in core distribution
+       - Implemented and documented EVERY functionality
 
 
 ==============================================================================
@@ -64,8 +64,5 @@ CHANGES IN VERSION 0.02
 AVAILABILITY
 
 NEXT has been uploaded to the CPAN
-and is also available from:
-
-       http://www.csse.monash.edu.au/~damian/CPAN/NEXT.tar.gz
 
 ==============================================================================