File: Changes

package info (click to toggle)
libmldbm-perl 2.00-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 88 kB
  • ctags: 43
  • sloc: perl: 365; makefile: 46
file content (52 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (3)
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
=head1 NAME

HISTORY - public release history for MLDBM

=head1 DESCRIPTION

=over 8

=item 2.00  (10 May 1998)

Added support for multiple serializing interfaces. (courtesy
Raphael Manfredi <Raphael_Manfredi@grenoble.hp.com>)

Split serializer wrappers into multiple files, and regularized
the interface some.  Underlying TIEHASH object and serializer
can now be set at runtime (with care).

Miscellaneous pod tweaks.

=item 1.25  (7 December 1997)

Add RemoveTaint flag.

require 5.004.

require Data::Dumper 2.08.

=item 1.24  (29 October 1997)

Version 1.23 was seriously busted, and had \r's. :-(

=item 1.23  (26 July 1997)

Fixes to avoid 'undefined value' messages.

=item 1.22  (26 August 1996)

Add EXISTS and CLEAR methods.

Add a flag to control which underlying DBM is used.

=item 1.21  (9 April 1996)

Add flag to control which D::D method is used.

=item 1.20  (16 February 1996)

Earliest stable version I can remember.

=back

=cut