File: control

package info (click to toggle)
libtie-hash-expire-perl 0.03-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 72 kB
  • sloc: perl: 162; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libtie-hash-expire-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtie-hash-expire-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-hash-expire-perl.git
Homepage: https://metacpan.org/release/Tie-Hash-Expire
Testsuite: autopkgtest-pkg-perl

Package: libtie-hash-expire-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module providing hashes with keys that expire after a user-set period
 Hashes tied to Tie::Hash::Expire behave like normal hashes in all respects
 except that when a key is added or the value associated with a key is
 changed, the current time is stored, and after 'expire_seconds' the key and
 value are removed from the hash.
 .
 Resolutions finer than seconds are available if the module finds access to
 Time::HiRes.