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

..03-May-2022-

lib/Tie/H11-Dec-2006-333109

t/H25-Feb-2009-272182

Build.PLH A D11-Dec-2006440 1815

ChangesH A D25-Feb-20091.7 KiB5039

MANIFESTH A D05-Dec-2007311 2524

MANIFEST.SKIPH A D11-Dec-2006121 1615

META.ymlH A D05-Dec-2007454 2120

Makefile.PLH A D11-Dec-2006519 1816

READMEH A D11-Dec-2006765 4524

README

1Tie-DxHash
2==========
3
4
5
6DESCRIPTION
7
8Tie::DxHash implements a hash which preserves insertion order and allows
9duplicate keys.  It was written to facilitate the use of more complex
10mod_rewrite rules in Apache configuration files written with Perl Sections.
11See the module's POD for details.
12
13
14
15INSTALLATION
16
17To install this module, run the following commands:
18
19    perl Makefile.PL
20    make
21    make test
22    make install
23
24Alternatively, to install with Module::Build, you can use the following commands:
25
26    perl Build.PL
27    ./Build
28    ./Build test
29    ./Build install
30
31
32
33DEPENDENCIES
34
35None.
36
37
38
39COPYRIGHT AND LICENCE
40
41Copyright (C) 2001, Kevin Ruscoe
42
43This library is free software; you can redistribute it and/or modify
44it under the same terms as Perl itself.
45