File: Changes

package info (click to toggle)
libtie-hash-indexed-perl 0.05%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: perl: 10; makefile: 10
file content (45 lines) | stat: -rw-r--r-- 961 bytes parent folder | download
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
-------------------------
Version 0.05 (2007-08-24)
-------------------------

* fixed: added missing interpreter context to store()

* add support of initialization in tie statement

* skip untie tests for perl-5.9.3

-------------------------
Version 0.04 (2006-01-21)
-------------------------

* fixed: deleting the current item from the hash while
  iterating with "each" caused segfaults or panics;
  thanks to Cristian Cocheci for spotting this bug

* added SCALAR method

* minor improvements

-------------------------
Version 0.03 (2003-11-11)
-------------------------

* added Storable hooks to allow for serializing
  and cloning objects using Storable

* added runtime object corruption detection

* added debugging support

-------------------------
Version 0.02 (2003-11-03)
-------------------------

* extended compatibility back to perl 5.4.0

-------------------------
Version 0.01 (2003-11-02)
-------------------------

* initial release