File: README

package info (click to toggle)
libtie-dxhash-perl 0.93-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze, wheezy
  • size: 84 kB
  • ctags: 18
  • sloc: perl: 89; makefile: 50
file content (34 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
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
Tie::DxHash
===========



Description
-----------
Tie::DxHash implements a hash which preserves insertion order and allows
duplicate keys.  It was written to facilitate the use of more complex
mod_rewrite rules in Apache configuration files written with Perl Sections.
See the module's POD for details.



Prerequisites
-------------
None, apart from a fairly recent version of Perl.  I would have thought that
v5.003 or later should be sufficient.



Installation
------------
The usual:
perl Makefile.PL
make
make test
make install



Copyright (c) 2001 Kevin Ruscoe.  All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.