summaryrefslogtreecommitdiff
path: root/lib/Attribute/Handlers/Changes
blob: 4df4edb9e74f8a8b909ff9dfe204fef2d24acb0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Revision history for Perl extension Attribute::Handlers

0.50  Sat Apr 21 16:09:31 2001
	- original version; 

0.51	Tue May  1 06:33:15 2001

	- Fixed fatal file path error in MANIFEST (thanks Marcel and Jost)


0.60	Thu May 10 15:46:02 2001

	- Added RAWDATA specifier

	- Cleaned up documentation (thanks Garrett)

	- Added warning for all-lowercase handlers (thanks Garrett)

	- Added autotie functionality

	- Tweaked handling of anon arrays as attribute args


0.61	Thu May 10 16:28:06 2001

	- Critical doc patch


0.70	Sun Jun  3 07:40:03 2001

	- Added __CALLER__ pseudo class for 'autotie'

	- Added multi-phasic attribute handlers (thanks Garrett)

	- Fixed nasty $SIG{__WARN__}-induced bug

	- Cached ref/symbol mapping for better performance and more
	  reliable symbol identification under evil typeglob manipulations

	- Added option to pass arguments when autotied classes are imported
	  (thanks Marcel)

	- Fixed bug in handling of lexical SCALAR refs

	- Cleaned up interactions with other class hierarchies
	  (due to being base class of UNIVERSAL)


0.75	Mon Sep  3 09:07:08 2001

	- Cleaned up AUTOLOAD

	- Numerous bug fixes (thanks Pete)

	- Fixed handling of attribute data that includes a newline (thanks Pete)

	- 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)