--- trunk/Makefile.PL 2005/07/17 14:53:37 18 +++ trunk/Makefile.PL 2005/12/05 17:47:04 210 @@ -22,6 +22,9 @@ 'Template' => 0, 'Time::HiRes' => 0, 'File::Temp' => 0, + 'List::Util' => 0, + 'URI::Escape' => 0, + 'LWP::Simple' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, @@ -44,5 +47,15 @@ tags: ctags *.p[ml] */*.p[ml] */*/*.p[ml] +sf: + svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2 + +run: + rm -f log + test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true + #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=webpac2' || true + #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true + ./run.pl + MAKE_MORE }