X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/9b9648223ab2db3960298d04b83ecdd147ec21e9..8bd9a0d82f7e21d9340a4470258e2cad2638deca:/selfforum-cgi/shared/Id.pm?ds=sidebyside diff --git a/selfforum-cgi/shared/Id.pm b/selfforum-cgi/shared/Id.pm index 480a57e..22535a2 100644 --- a/selfforum-cgi/shared/Id.pm +++ b/selfforum-cgi/shared/Id.pm @@ -14,8 +14,15 @@ use strict; use vars qw( @table @EXPORT + $VERSION ); +################################################################################ +# +# Version check +# +$VERSION = do { my @r =(q$Revision$ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; + ################################################################################ # # Export @@ -79,7 +86,7 @@ BEGIN { ); } -# keep require happy +# keep 'require' happy 1; #