X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FNEXT%2FREADME;h=a60aae0bc3e09946d6f3337b51568fa946c17bc6;hb=53273a086103cdbbf7ebdd5f1a18b2c0777cbc1b;hp=471b2bb79698bf35167fc8d6f2af00fd6c7fe49b;hpb=55a1c97c34bea81a888ebe7db8a5607b1b7b9a39;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/NEXT/README b/lib/NEXT/README index 471b2bb..a60aae0 100644 --- a/lib/NEXT/README +++ b/lib/NEXT/README @@ -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 (above it, or to its left) might do better. - Note that it is a fatal error for any method (including C) - 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 ==============================================================================