-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
38 lines (25 loc) · 929 Bytes
/
Changes
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
[Changes for 1.30 - 2014-06-11]
* Simplification $$Obj → $Obj
* use vars → our
[Changes for 1.20 - 2014-06-09]
* Fixed key=># autovivification if $FixedKeys=0
* Added constructing with existing key mapping
* lvalue array method
[Changes for 1.10 - 2007-10-14]
* LICENSING CHANGE: This compilation and all individual files in it
(except for the bundled libsyck code) are now under the permissive
"MIT" license.
* Tidy up source code, documentations, test files, and this changelog.
[Changes for 1.01 - 2002-06-19]
* Build system cleanups.
[Changes for 1.00 - 2001-11-13]
* Fixed POD nits.
* Fixed CLEAR bug.
* Fixed numerical overloading.
* Upgrade to ExtUtils::AutoInstall to work around the Test::* condition.
[Changes for 0.02 - 2001-09-03]
* Fixed stringification bug in 5.005.
* Minor POD tweaks.
* Uses Test::More for test now, thanks to Schwern.
[Changes for 0.01 - 2001-08-01]
* Initial CPAN release.