This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perl
[perl5.git] / lib / Attribute / Handlers / README
index e8f0783..2931c35 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                Release of version 0.75 of Attribute::Handlers
+                Release of version 0.77 of Attribute::Handlers
 ==============================================================================
 
 
@@ -51,22 +51,24 @@ COPYRIGHT
 
 ==============================================================================
 
-CHANGES IN VERSION 0.75
+0.77   Sat Jun  8 22:58:56 CEST 2002
 
+       - Since Attribute::Handlers now is core, I will refer to changes
+       with their patch number, please read  Porting/repository.pod from
+       your a perl tarball for more information.
 
-       - Cleaned up AUTOLOAD
+       - Brought up to date with perl 5.8RC1 version 
+       will be 5.8 if no more changes come in
 
-       - Numerous bug fixes (thanks Pete)
+       - [#13686] This changes the behaviour of lexical attributes.
+       Prior to this lexical attributes were done at a compile time, 
+       and they would loose their attribute on the next run over them.
+       Now perl 5.8 calls the attribute handler runtime whenever it hits my.
 
-       - Fixed handling of attribute data that includes a newline (thanks Pete)
+       - [#14448] Fixes cases with too high refcounts on lexical attributes
 
-       - Added "autotieref" option (thanks Pete)
-
-       - Switched off $DB::single
-
-       - Changed licence for inclusion in core distribution
-
-       - Fixed 'autotie' for tied classes with multi-level names (thanks Jeff)
+       - [#15945] Do not warn about too late CHECK and INIT block if
+       A::H is pulled in using a require.
 
 
 ==============================================================================