]> mj.ucw.cz Git - libucw.git/blobdiff - lib/perl/Filelock/Filelock.pm
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#dev-sorter
[libucw.git] / lib / perl / Filelock / Filelock.pm
index a350605091e6e102b9ba300460c0af557566b546..a81865e7622118d4c643f9b9687a8741e3384099 100644 (file)
@@ -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.