File: control

package info (click to toggle)
libio-lockedfile-perl 0.23%2Bd030220-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 160 kB
  • sloc: perl: 307; makefile: 25
file content (21 lines) | stat: -rw-r--r-- 898 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libio-lockedfile-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-lockedfile-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-lockedfile-perl.git
Homepage: https://metacpan.org/release/IO-LockedFile

Package: libio-lockedfile-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module providing object methods for locking files
 IO::LockedFile provides the same interface as the IO::File class, but with
 the additional feature that the files being manipulated are locked using
 the Flock mechanism (using the flock function).