From: Rafael Garcia-Suarez Date: Thu, 6 Dec 2007 11:15:01 +0000 (+0000) Subject: Update Changes and README for A::H X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d45dcc993bee0ab956aa6c5ead0111cba198774f;p=p5sagit%2Fp5-mst-13.2.git Update Changes and README for A::H p4raw-id: //depot/perl@32583 --- diff --git a/lib/Attribute/Handlers/Changes b/lib/Attribute/Handlers/Changes index 593d190..bdd6451 100644 --- a/lib/Attribute/Handlers/Changes +++ b/lib/Attribute/Handlers/Changes @@ -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) diff --git a/lib/Attribute/Handlers/README b/lib/Attribute/Handlers/README index b5247e9..b41d901 100644 --- a/lib/Attribute/Handlers/README +++ b/lib/Attribute/Handlers/README @@ -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 ==============================================================================