1 # Perl module for setting process limits
3 # (c) 2007 Pavel Charvat <pchar@ucw.cz>
5 # This software may be freely distributed and used according to the terms
6 # of the GNU Lesser General Public License.
11 # UCW::Filelock::fcntl_lock($fd, $cmd, $type, $whence, $start, $len)
14 package UCW::Filelock;
22 our @ISA = qw(DynaLoader);
23 unshift @DynaLoader::dl_library_path, "lib";
25 our $VERSION = '0.01';
27 bootstrap UCW::Filelock $VERSION;
29 # Preloaded methods go here.