File: control

package info (click to toggle)
libtie-ixhash-perl 1.21-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56 kB
  • ctags: 35
  • sloc: perl: 330; makefile: 51
file content (16 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libtie-ixhash-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
Maintainer: Ivan Kohler <ivan-debian@420.am>
Standards-Version: 3.5.1

Package: libtie-ixhash-perl
Architecture: all
Depends: ${perl:Depends}
Description:  ordered associative arrays for Perl
 This Perl module implements Perl hashes that preserve the order in which the
 hash elements were added.  The order is not affected when values
 corresponding to existing keys in the IxHash are changed.  The elements can
 also be set to any arbitrary supplied order.  The familiar perl array
 operations can also be performed on the IxHash.