File: control

package info (click to toggle)
libfile-counterfile-perl 1.04-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 56 kB
  • ctags: 10
  • sloc: perl: 224; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libfile-counterfile-perl
Section: perl
Priority: extra
Maintainer: Bart Martens <bartm@debian.org>
Standards-Version: 3.7.2
Build-Depends: cdbs, debhelper (>= 5), perl (>> 5.6.1)

Package: libfile-counterfile-perl
Architecture: all
Depends: ${perl:Depends}
Description: Persistent counter class for Perl
 This module implements a persistent counter class. Each counter
 is represented by a separate file in the file system. File
 locking is applied, so multiple processes might try to access
 the same counters at the same time without risk of counter
 destruction.
 .
  Homepage: http://search.cpan.org/~gaas/File-CounterFile/