1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libfile-counterfile-perl
Section: perl
Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-counterfile-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-counterfile-perl/
Build-Depends: debhelper (>= 7), perl (>> 5.6.1)
Homepage: http://search.cpan.org/dist/File-CounterFile/
Package: libfile-counterfile-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: persistent counter class for Perl
File::CounterFile 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.
|