X-Git-Url: https://git.p6c8.net/selfforum.git/blobdiff_plain/866d71a309399fc37e84b8fe1fc633856baceb7a..aa8d61528704dd0f5b5567f535161ffdecf4a135:/selfforum-cgi/shared/Encode/Plain.pm diff --git a/selfforum-cgi/shared/Encode/Plain.pm b/selfforum-cgi/shared/Encode/Plain.pm index 3deb755..2379e38 100644 --- a/selfforum-cgi/shared/Encode/Plain.pm +++ b/selfforum-cgi/shared/Encode/Plain.pm @@ -4,7 +4,7 @@ package Encode::Plain; # # # File: shared/Encode/Plain.pm # # # -# Authors: André Malo , 2001-04-12 # +# Authors: André Malo # # # # Description: Encode text for HTML Output (entities, spaces) # # # @@ -17,14 +17,17 @@ use vars qw( %unimap $utf8 $v56 - $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'} $v56 = eval {local $SIG{__DIE__}; require 5.6.0;}; @@ -525,7 +528,7 @@ BEGIN { ); } -# keeping require happy +# keep 'require' happy 1; #