X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/14525169b53ec1bafc6fa47f7f4f84ffc4298bd1..866d71a309399fc37e84b8fe1fc633856baceb7a:/selfforum-cgi/shared/Arc/Test.pm diff --git a/selfforum-cgi/shared/Arc/Test.pm b/selfforum-cgi/shared/Arc/Test.pm index aacc92e..b2706f3 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 # # # @@ -13,14 +13,17 @@ package Arc::Test; use strict; use vars qw( @EXPORT - $VERSION ); ################################################################################ # # 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'} ################################################################################ #