--- trunk/Makefile.PL 2005/12/20 00:03:04 307 +++ trunk/Makefile.PL 2005/12/27 23:24:36 331 @@ -23,7 +23,7 @@ 'Time::HiRes' => 0, 'File::Temp' => 0, 'List::Util' => 0, - 'URI::Escape' => 0, + 'Encode' => 0, 'LWP' => 0, 'File::Path' => 0, 'Biblio::Isis' => 0.13, @@ -57,9 +57,11 @@ test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true run: config_yml + rm -f log ./run.pl --clean --limit 100 full: config_yml + rm -f log ./run.pl MAKE_MORE