forked from perldude/Class-Simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
executable file
·55 lines (38 loc) · 1.51 KB
/
Changes
File metadata and controls
executable file
·55 lines (38 loc) · 1.51 KB
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
Revision history for Perl extension Class::Simple.
$Id: Changes,v 1.16 2007/10/29 21:13:40 sullivan Exp $
0.16 Mon Oct 29 14:06:05 PDT 2007
- Added STORABLE_freeze() and STORABLE_thaw() to support Storable.
Doing that meant I removed DUMP and SLURP. If anybody actually
uses those, let me know and I'll put them back in.
0.15 Wed Oct 3 16:33:04 PDT 2007
- Added NONEW
0.14 Tue Oct 2 16:03:10 PDT 2007
- Added support for get__foo() and set__foo().
0.13 Tue Sep 4 10:03:06 PDT 2007
- Finally found a way to test the JSON stuff on boxes where it's
not installed.
0.12 Fri Aug 31 13:54:11 PDT 2007
- Bug fix.
0.11 Tue Aug 28 17:08:48 PDT 2007
- Removed the default ATTRIBUTES().
0.10 Tue Aug 28 16:42:28 PDT 2007
- Put the JSON stuff back in.
0.09 Mon Aug 27 15:06:18 PDT 2007
- Took out the JSON stuff (for now). Gave ATTRIBUTES() a default.
0.08 Thu Aug 23 12:10:31 PDT 2007
- Added ATTRIBUTES().
0.07 Tue Apr 3 12:50:43 PDT 2007
- BUILDs should first happen in the furthest ancestor.
0.06 Wed Jan 24 11:39:13 PST 2007
- Fixed a weird bug with some arguments.
0.05 Fri Jan 12 14:17:52 PST 2007
- Fixed a bug with underscores in method names.
0.04 Tue Oct 31 14:52:17 PST 2006
- Fixed a bug with _foo when set_foo is overridden.
0.03 Fri Oct 20 11:43:14 PDT 2006
- Reworked the privatization of methods after finding a pretty good bug.
0.02 Wed Oct 18 16:18:03 PDT 2006
- Added uninitialized()
0.01 Wed Oct 4 12:29:59 2006
- original version; created by h2xs 1.23 with options
-XAn Class::Simple