threads::shared::queue and semaphore become Thread::Semaphore
[p5sagit/p5-mst-13.2.git] / lib / NEXT / Changes
index bb5e27a..f6f7bff 100644 (file)
@@ -20,3 +20,20 @@ Revision history for Perl extension NEXT.pm.
        - Fixed setting of $AUTOLOAD in NEXT'd AUTOLOADS (thanks Leonid)
 
        - Changed licence for inclusion in core distribution
+
+
+0.50   Fri Nov 16 11:20:40 2001
+
+       - 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