File: control

package info (click to toggle)
libdb-file-lock-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 84 kB
  • ctags: 8
  • sloc: perl: 187; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 874 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libdb-file-lock-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl (>= 5.6.0-16)
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/DB_File-Lock/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdb-file-lock-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdb-file-lock-perl/

Package: libdb-file-lock-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: wrapper adding locking for the DB_File module
 When you need locking, simply use DB_File::Lock in place of DB_File and
 add an extra argument onto the tie command specifying if the file should
 be locked for reading or writing.