]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/shared/Lock/Exclusive.pm
modified version check
[selfforum.git] / selfforum-cgi / shared / Lock / Exclusive.pm
index d6243ec4ae3f10ea55b6a7d2f64fa15a9b730eb4..fbcf38d872d48ae696d351a3ceacc54ec26518c7 100644 (file)
@@ -4,7 +4,7 @@ package Lock::Exclusive;
 #                                                                              #
 # File:        shared/Lock/Exclusive.pm                                        #
 #                                                                              #
 #                                                                              #
 # File:        shared/Lock/Exclusive.pm                                        #
 #                                                                              #
-# Authors:     Andre Malo       <nd@o3media.de>, 2001-05-25                    #
+# Authors:     André Malo <nd@o3media.de>                                      #
 #                                                                              #
 # Description: Locking and Filehandle class                                    #
 #              using O_EXCL and lock files                                     #
 #                                                                              #
 # Description: Locking and Filehandle class                                    #
 #              using O_EXCL and lock files                                     #
@@ -12,17 +12,17 @@ package Lock::Exclusive;
 ################################################################################
 
 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 ###########################################################
 #

patrick-canterino.de