X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/8544f3b2302747931fdf46e3a28484ebc477bfa9..202b3b42042128b141c6661015fffb3f90bf923e:/selfforum-cgi/user/fo_voting.pl diff --git a/selfforum-cgi/user/fo_voting.pl b/selfforum-cgi/user/fo_voting.pl index c8b9f9c..6cd5e5c 100644 --- a/selfforum-cgi/user/fo_voting.pl +++ b/selfforum-cgi/user/fo_voting.pl @@ -4,7 +4,7 @@ # # # File: user/fo_voting.pl # # # -# Authors: André Malo , 2001-04-23 # +# Authors: André Malo # # # # Description: vote a posting, return the posting view # # # @@ -16,7 +16,6 @@ use vars qw( $Shared $Script $Config - $VERSION ); BEGIN { @@ -45,11 +44,22 @@ use Conf::Admin; use Posting::Cache; use Template::Posting; -use CGI qw(param header remote_addr request_method); +use CGI qw( + param + header + remote_addr + request_method +); +################################################################################ +# # 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'} my $conf = read_script_conf ($Config, $Shared, $Script);