forked from danboo/perl-tie-hash-interpolate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
32 lines (22 loc) · 835 Bytes
/
Changes
File metadata and controls
32 lines (22 loc) · 835 Bytes
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
Revision history for Perl extension Tie::Hash::Interpolate.
0.07 Sat Jan 16 16:37:09 2010
- added repository to Build.PL
- corrected MANIFEST t/ listing
- added VERSION info to main pod
0.06 Sun Oct 4 2009
- modernized distribution
0.05 Wed Feb 25 2004
- documentation fixes
0.04 Tue Feb 24 2004
- consider hashes with 1 key as constants
- added C<new()> constructor for object-like instantiation
- added C<one_key> option to control fetch behavior when the hash has only
one key
0.03 Sun Feb 8 2004
- added support for C<extrapolate> option
0.02 Sat Feb 7 2004
- fix example in SYNOPSIS
- only sort keys when we C<FETCH()> afer keys have been modified
0.01 Thu Feb 5 2004
- original version; created by h2xs 1.22 with options
-AX -b 5.6.0 -n Tie::Hash::Interpolate