Update Changes and README for A::H
Rafael Garcia-Suarez [Thu, 6 Dec 2007 11:15:01 +0000 (11:15 +0000)]
p4raw-id: //depot/perl@32583

lib/Attribute/Handlers/Changes
lib/Attribute/Handlers/README

index 593d190..bdd6451 100644 (file)
@@ -100,3 +100,12 @@ Revision history for Perl extension Attribute::Handlers
        the proper approach is to use  { '__CALLER__::foo' => __PACKAGE }.
        The documentation is updated to reflect this. 
        Reported by Dave Cross
+
+0.79
+
+       - The version released with Perl 5.10.0
+       - All interpreted attributes are now passed as array references,
+         eventually nested.
+       - Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
+       - A::H is now able to report caller's file and line number
+         (David Feldman)
index b5247e9..b41d901 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                Release of version 0.78 of Attribute::Handlers
+                Release of version 0.79 of Attribute::Handlers
 ==============================================================================
 
 
@@ -44,28 +44,26 @@ AUTHOR
     Damian Conway (damian@conway.org)
 
 COPYRIGHT
-             Copyright (c) 2001-2002, Damian Conway. All Rights Reserved.
+             Copyright (c) 2001-2007, Damian Conway. All Rights Reserved.
            This module is free software. It may be used, redistributed
                and/or modified under the same terms as Perl itself.
 
 
 ==============================================================================
 
-0.78   Sat Oct  5 07:18:09 CEST 2002
-       
-       - [#17940] Includes :unique and :shared in the builtin types
+0.79
 
-       - From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed,
-       the proper approach is to use  { '__CALLER__::foo' => __PACKAGE }.
-       The documentation is updated to reflect this. 
+       - The version released with Perl 5.10.0
+       - All interpreted attributes are now passed as array references,
+         eventually nested.
+       - Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911)
+       - A::H is now able to report caller's file and line number
+         (David Feldman)
 
 ==============================================================================
 
 AVAILABILITY
 
 Attribute::Handlers has been uploaded to the CPAN
-and is also available from:
-
-       http://www.csse.monash.edu.au/~damian/CPAN/Attribute-Handlers.tar.gz
 
 ==============================================================================