DFSG NEW Queue

DFSG, Licensing & New Packages Team

libtie-llhash-perl 1.004-1

Package Information

DescriptionPerl module providing ordered hashes

Tie::LLHash implements an ordered hash-like object. It's a cross between a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list.

See also Tie::IxHash by Gurusamy Sarathy. It's similar (it also does tied ordered hashes), but it has a different internal data structure and a different flavor of usage. Tie::IxHash stores its data internally as both a hash and an array in parallel. Tie::LLHash stores its data as a bidirectional linked list, making both inserts and deletes very fast. Tie::IxHash therefore makes your hash behave more like a list than Tie::LLHash does. Tie::LLHash keeps more of the hash flavor.

MaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Changed ByPaul Gevers <elbrus@debian.org>
Sponsorelbrus@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/perl-team/modules/packages/libtie-llhash-perl.git (browse)
Trackerhttps://tracker.debian.org/pkg/libtie-llhash-perl
Uploaded3 hours ago

New Package Report

.changes
Architectureall source
Distributionunstable
DateSat, 16 May 2026 20:04:00 +0200
Sourcelibtie-llhash-perl
Version1.004-1
Changed-ByPaul Gevers
Changelog
libtie-llhash-perl (1.004-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Package-Listlibtie-llhash-perl deb perl optional arch=all
Sectionperl
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Tie-LLHash
Upstream-Contact: Ken Williams <kwilliams@cpan.org>
Upstream-Name: Tie-LLHash

Files: *
Copyright:
 1998 Swarthmore College
 1998 Ken Williams <kenahoo@gmail.com>
License: Artistic or GPL-1+

Files: debian/*
Copyright: 2026, Paul Gevers <elbrus@debian.org>
License: Artistic or GPL-1+

License: Artistic
 This program is free software; you can redistribute it and/or modify
 it under the terms of the Artistic License, which comes with Perl.
 .
 On Debian systems, the complete text of the Artistic License can be
 found in `/usr/share/common-licenses/Artistic'.

License: GPL-1+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 1, or (at your option)
 any later version.
 .
 On Debian systems, the complete text of version 1 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-1'.

Back to Dashboard | View all reviews for this package