X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FNEXT%2FREADME;h=a60aae0bc3e09946d6f3337b51568fa946c17bc6;hb=53273a086103cdbbf7ebdd5f1a18b2c0777cbc1b;hp=ad750bcdb47c16f19f54e0fbf20cb9ff6a7c049f;hpb=13021a801cfcd7c449594b5981d5c50bebea8e98;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/NEXT/README b/lib/NEXT/README index ad750bc..a60aae0 100644 --- a/lib/NEXT/README +++ b/lib/NEXT/README @@ -1,5 +1,5 @@ ============================================================================== - Release of version 0.50 of NEXT + Release of version 0.60 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'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 @@ -50,22 +50,13 @@ COPYRIGHT ============================================================================== -CHANGES IN VERSION 0.50 +CHANGES IN VERSION 0.60 - - Added a $VERSION (oops!) + - Re-re-re-fixed NEXT::UNSEEN bug under diamond inheritance + (Note to self: don't code whilst on vacation!) - - 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 + - Implemented and documented EVERY functionality ============================================================================== @@ -73,8 +64,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 ==============================================================================