Upgrade to Attribute::Handlers 0.70.
[p5sagit/p5-mst-13.2.git] / lib / Attribute / Handlers / Changes
1 Revision history for Perl extension Attribute::Handlers
2
3 0.50  Sat Apr 21 16:09:31 2001
4         - original version; 
5
6 0.51    Tue May  1 06:33:15 2001
7
8         - Fixed fatal file path error in MANIFEST (thanks Marcel and Jost)
9
10
11 0.60    Thu May 10 15:46:02 2001
12
13         - Added RAWDATA specifier
14
15         - Cleaned up documentation (thanks Garrett)
16
17         - Added warning for all-lowercase handlers (thanks Garrett)
18
19         - Added autotie functionality
20
21         - Tweaked handling of anon arrays as attribute args
22
23
24 0.61    Thu May 10 16:28:06 2001
25
26         - Critical doc patch
27
28
29 0.65    Sun Jun  3 07:40:03 2001
30
31         - Added __CALLER__ pseudo class for 'autotie'
32
33         - Added multi-phasic attribute handlers (thanks Garrett)
34
35         - Fixed nasty $SIG{__WARN__}-induced bug
36
37         - Cached ref/symbol mapping for better performance and more
38           reliable symbol identification under evil typeglob manipulations
39
40         - Added option to pass arguments when autotied classes are imported
41           (thanks Marcel)
42
43         - Fixed bug in handling of lexical SCALAR refs
44
45         - Cleaned up interactions with other class hierarchies
46           (due to being base class of UNIVERSAL)