X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXXml.pm;h=3bc8427403c2f8164c65e5ad7911e20de38d4052;hb=b9dffeff7239952814342dad19db3a51def6fab7;hp=6bf1fa5967a5bbb4bc248312355899a2b9407e59;hpb=602b4bd771f6476eda740a64a8c83c687abf4572;p=spider.git diff --git a/perl/DXXml.pm b/perl/DXXml.pm index 6bf1fa59..3bc84274 100644 --- a/perl/DXXml.pm +++ b/perl/DXXml.pm @@ -21,12 +21,7 @@ use DXXml::IM; use DXXml::Text; use DXXml::Cmd; -use vars qw($VERSION $BRANCH $xs $id $max_old_age $max_future_age $dupeage); -$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ ); -$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/ || (0,0)); -$main::build += $VERSION; -$main::branch += $BRANCH; - +use vars qw($xs $id $max_old_age $max_future_age $dupeage); $xs = undef; # the XML::Simple parser instance $id = 0; # the next ID to be used $max_old_age = 3600; # how old a sentence we will accept