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

..03-May-2022-

lib/Tie/H03-Oct-2014-437172

t/H03-Oct-2014-164133

ChangesH A D03-Oct-20142.2 KiB8447

LICENSEH A D24-Sep-201417.8 KiB373289

MANIFESTH A D03-Oct-2014286 1312

META.jsonH A D03-Oct-20141.3 KiB6059

META.ymlH A D03-Oct-2014682 3029

Makefile.PLH A D02-Oct-20141.5 KiB5951

READMEH A D02-Oct-2014968 4328

README

1Tie-LLHash
2==========
3
4This is the Tie::LLHash module -- a class for implementing ordered Perl
5hashes. It is designed to be flexible and sub-classible.
6
7INSTALLATION
8------------
9
10To install the module from CPAN, use
11
12  cpan Tie::LLHash
13
14If you have the App::cpanminus installer, you may prefer
15
16  cpanm Tie::LLHash
17
18To install this module from tarball archive file containing this distribution,
19type
20
21  perl Makefile.PL
22  make
23  make test
24  make install
25
26DOCUMENTATION
27-------------
28
29For more specific information, please see the documentation inside
30LLHash.pm, by doing "pod2txt LLHash.pm", or "perldoc Tie::LLHash" once
31you've installed the module.
32
33COPYRIGHT AND LICENSE
34---------------------
35
36Copyright 1998 Ken Williams <kenahoo@gmail.com>. All rights reserved.
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself.
40
41The full text of the license can be found in the LICENSE file included with
42this module.
43