File: control

package info (click to toggle)
libfile-flock-perl 2008.01-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 64 kB
  • sloc: perl: 440; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libfile-flock-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/File-Flock/

Package: libfile-flock-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: file locking with flock
 Lock files using the flock() call. Locks can be created by new'ing a
 File::Flock object and are automatically removed when the object goes
 out of scope.