File: README

package info (click to toggle)
libmldbm-perl 2.05-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 376; makefile: 2
file content (80 lines) | stat: -rw-r--r-- 2,414 bytes parent folder | download | duplicates (4)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
This is the README file for MLDBM, the Perl module that can 
be used to store multidimensional hash structures in tied hashes
(including DBM files).

This is version 2.05. It requires Perl Version 5.5 or later.

If you were able to install Data::Dumper with its XSUB extension, MLDBM
will perform significantly faster.

Optionally, you can also switch to other serializing packages such as
FreezeThaw and Storable.  Storable provides much greater speeds, and the
performance of FreezeThaw is comparable to Data::Dumper.  Support for
this was added by Raphael Manfredi.  Many thanks!

See the embedded documentation in the module for more details.

As always, feedback is very welcome.

 - Sarathy.
   gsar@umich.edu

----------------------------------------------------------------------
INSTALLATION

You must install the Data::Dumper package first.  Optionally, you
may want to install one or more of Storable and FreezeThaw as well.
(Storable-0.5@8 and FreezeThaw-0.3 have been tested, earlier versions
may not work.)

From the MLDBM source directory:

   perl Makefile.PL
   make test
   make install

is all that will be needed.

----------------------------------------------------------------------
CHANGES

    2.05  (21 Feb 2013, by Alexandr Ciornii)
            Require perl 5.5
            Test for pod


    2.04  (08 Mar 2010, by Alexandr Ciornii)
            Compatibility with old EU::MM.

    2.03  (27 Feb 2010, by Alexandr Ciornii) 
            Test fixed.

    2.02  (19 Feb 2010, by Alexandr Ciornii) 
            New tests added.
            Distribution upgraded

    2.01  (07 July 2002)
            Fixed t/*.t tests to work under perl 5.8.0 RC2
            The core of MLDBM was working, the tests were fixed.
            (courtesy of Josh Chamas)
	
    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.

    1.25  (7 December 1997)

            Add RemoveTaint flag.

            require 5.004.

            require Data::Dumper 2.08.