--- trunk/Makefile.PL 2005/12/19 19:55:21 298 +++ trunk/Makefile.PL 2006/01/28 14:58:30 392 @@ -12,7 +12,7 @@ 'Test::More' => 0, 'YAML' => 0, 'File::Slurp' => 0, - 'Log::Log4perl' => 0, + 'Log::Log4perl' => 1.02, 'Data::Dumper' => 0, 'Cwd' => 0, 'Text::Iconv' => 0, @@ -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, @@ -53,10 +53,15 @@ sf: svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2 -run: - rm -f log +config_yml: test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true - test -d db && rm -Rf db/* || mkdir db + +run: config_yml + rm -f log + ./run.pl --clean --limit 100 + +full: config_yml + rm -f log ./run.pl MAKE_MORE