X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/a267dbbdd7f5d6be2248af064671c0a14cc5e1b8..4c546112940e0287213a91f4d06470e3318e1d67:/selfforum-cgi/shared/Arc/Test.pm diff --git a/selfforum-cgi/shared/Arc/Test.pm b/selfforum-cgi/shared/Arc/Test.pm index aacc92e..c0f6ba9 100644 --- a/selfforum-cgi/shared/Arc/Test.pm +++ b/selfforum-cgi/shared/Arc/Test.pm @@ -4,7 +4,7 @@ package Arc::Test; # # # File: shared/Arc/Test.pm # # # -# Authors: Andre Malo , 2001-04-27 # +# Authors: André Malo # # # # Description: check on obsolete threads # # # @@ -20,7 +20,11 @@ use vars qw( # # 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'} ################################################################################ #