X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXXml.pm;h=3bc8427403c2f8164c65e5ad7911e20de38d4052;hb=3fb4b66f6009196cf901f0f88fbf4837a8b8b6f9;hp=1b4d2e83cf10cb27e2ee9436c08094d3e24f8e15;hpb=7b9256ceade8b18b48f848c9ac659c2de7322b0b;p=spider.git diff --git a/perl/DXXml.pm b/perl/DXXml.pm index 1b4d2e83..3bc84274 100644 --- a/perl/DXXml.pm +++ b/perl/DXXml.pm @@ -21,7 +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); +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