X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fperl%2FFilelock%2FFilelock.pm;h=a81865e7622118d4c643f9b9687a8741e3384099;hb=d18403664f23ca1464d659b29912758d72b2abec;hp=a350605091e6e102b9ba300460c0af557566b546;hpb=67d52e562eaeef76ee6c5d9f8ca2da573e825506;p=libucw.git diff --git a/lib/perl/Filelock/Filelock.pm b/lib/perl/Filelock/Filelock.pm index a3506050..a81865e7 100644 --- a/lib/perl/Filelock/Filelock.pm +++ b/lib/perl/Filelock/Filelock.pm @@ -8,10 +8,10 @@ # # # Interface: -# Sherlock::Filelock::fcntl_lock($fd, $cmd, $type, $whence, $start, $len) +# UCW::Filelock::fcntl_lock($fd, $cmd, $type, $whence, $start, $len) # -package Sherlock::Filelock; +package UCW::Filelock; use 5.006; use strict; @@ -24,7 +24,7 @@ unshift @DynaLoader::dl_library_path, "lib"; our $VERSION = '0.01'; -bootstrap Sherlock::Filelock $VERSION; +bootstrap UCW::Filelock $VERSION; # Preloaded methods go here.