• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H07-Jul-2004-717526

ChangesH A D07-Jul-2004940 3124

MANIFESTH A D07-Jul-2004353 2423

META.ymlH A D07-Jul-2004375 1311

Makefile.PLH A D23-Mar-2003534 129

MultiKey.pmH A D07-Jul-200410.5 KiB39654

READMEH A D23-Mar-2003646 3519

README

1Hash::MultiKey
2==============
3
4Hash::MultiKey provides true multi-key hashes.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15
16DEPENDENCIES
17
18In order to run the tests with make test you'll need Test::More. Other
19than that no further modules are needed for using this module.
20
21
22DOCUMENTATION
23
24After installation documentation is available running
25
26   perldoc Hash::MultiKey
27
28
29COPYRIGHT AND LICENSE
30
31Copyright (C) 2003, Xavier Noria <fxn@cpan.org>. All rights
32reserved. This module is free software; you can redistribute it and/or
33modify it under the same terms as Perl itself.
34
35