File: Changes

package info (click to toggle)
libtie-shadowhash-perl 2.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 722; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 965 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
                   Revision history for Tie::ShadowHash

2.01 - 2022-10-08

 - Fix test suite issues on Windows and when DB_File is not available.

2.00 - 2022-06-27

 - Remove the new() method, since tie should always be used instead.
 - Convert the build system to Module::Build.
 - Document the behavior of SCALAR.

1.00 - 2010-04-03

 - Correctly return undef from FETCH if undef was explicitly stored.
 - Document the add() method.
 - Do not return shadowed keys from NEXTKEY iteration.
 - Depend on Perl 5.006 or later and use its syntax.
 - Change the dist name to Tie-ShadowHash from ShadowHash.

0.07 - 2002-07-27

 - Add SEE ALSO and COPYRIGHT AND LICENSE documentation sections.

0.06 - 1999-06-02

 - Document tagged data sources, particularly the "text" data souce.

0.05 - 1999-04-03

 - Fix skipping of deleted entries in NEXTKEY.
 - Use AnyDBM_File for the test suite since SDBM isn't built on Mac OS.

0.03 - 1999-03-22

 - Initial public release.