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)
==============================================================================
- Release of version 0.78 of Attribute::Handlers
+ Release of version 0.79 of Attribute::Handlers
==============================================================================
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
==============================================================================