Source: libio-lockedfile-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/~rani/IO-LockedFile/

Package: libio-lockedfile-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: IO::LockedFile Class - supply object methods for locking files
 In its simplistic use, the IO::LockedFile class gives us the same interface of
 the IO::File class with the unique difference that the files we deal with are
 locked using the Flock mechanism (using the flock function).
