X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXDupe.pm;h=851e3a6953eef03450020f399a9efa2b4b17f42f;hb=aa63cbca3fa8ba421d356f7e954a69e014204524;hp=1dd7c700ff9fdbc0fc40202e6c6a7df328a79d0a;hpb=1b32fc130b298c8ce803a340d8efdf86b4e475f8;p=spider.git diff --git a/perl/DXDupe.pm b/perl/DXDupe.pm index 1dd7c700..851e3a69 100644 --- a/perl/DXDupe.pm +++ b/perl/DXDupe.pm @@ -19,12 +19,6 @@ $default = 48*24*60*60; $lasttime = 0; $fn = "$main::data/dupefile"; -use vars qw($VERSION $BRANCH); -$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; - sub init { $dbm = tie (%d, 'DB_File', $fn);