--- trunk/Makefile.PL 2005/12/19 21:26:04 301 +++ 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,10 +57,12 @@ test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true run: config_yml + rm -f log ./run.pl --clean --limit 100 -index: config_yml - ./run.pl --clean +full: config_yml + rm -f log + ./run.pl MAKE_MORE }