]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/Lock/Unlink.pm
modified version check
[selfforum.git] / selfforum-cgi / shared / Lock / Unlink.pm
index d7bd6ecbb782e9d6a2f0e16f5fe66c7779eeef55..b4770f37c0d83aeac8376a8c1bbcabc3094e2cda 100644 (file)
@@ -4,7 +4,7 @@ package Lock::Unlink;
 #                                                                              #
 # File:        shared/Lock/Unlink.pm                                           #
 #                                                                              #
 #                                                                              #
 # File:        shared/Lock/Unlink.pm                                           #
 #                                                                              #
-# Authors:     Andre Malo       <nd@o3media.de>, 2001-05-25                    #
+# Authors:     André Malo <nd@o3media.de>                                      #
 #                                                                              #
 # Description: Locking and Filehandle class                                    #
 #              using the atomic behavior of unlinkig files                     #
 #                                                                              #
 # Description: Locking and Filehandle class                                    #
 #              using the atomic behavior of unlinkig files                     #
@@ -12,17 +12,17 @@ package Lock::Unlink;
 ################################################################################
 
 use strict;
 ################################################################################
 
 use strict;
-use vars qw(
-  $VERSION
-);
-
 use Fcntl;
 
 ################################################################################
 #
 # Version check
 #
 use Fcntl;
 
 ################################################################################
 #
 # Version check
 #
-$VERSION = do { my @r =(q$Revision$ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+# last modified:
+#    $Date$ (GMT)
+# by $Author$
+#
+sub VERSION {(q$Revision$ =~ /([\d.]+)\s*$/)[0] or '0.0'}
 
 ### sub _simple_lock ###########################################################
 #
 
 ### sub _simple_lock ###########################################################
 #
@@ -121,4 +121,4 @@ sub exsh_announced {not -f shift -> exshlock}
 
 #
 #
 
 #
 #
-### end of Lock::Unlink ########################################################
+### end of Lock::Unlink ########################################################
\ No newline at end of file

patrick-canterino.de