X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FUSDB.pm;h=478763efb534bb511a4e38c5bf056fa9cccc1c59;hb=refs%2Fheads%2Fnew-spawn;hp=4957539e6cf556214c5c0c5ebb83b48393a25582;hpb=52fd47abd1cd7b1764a18b6bb6c69e1454952725;p=spider.git diff --git a/perl/USDB.pm b/perl/USDB.pm index 4957539e..478763ef 100644 --- a/perl/USDB.pm +++ b/perl/USDB.pm @@ -13,17 +13,14 @@ use DXVars; use DB_File; use File::Copy; use DXDebug; -#use Compress::Zlib; +use DXUtil; -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; +#use Compress::Zlib; use vars qw(%db $present $dbfn); -$dbfn = "$main::data/usdb.v1"; +localdata_mv("usdb.v1"); +$dbfn = localdata("usdb.v1"); sub init {