--- trunk/Makefile.PL 2005/07/16 12:37:18 4 +++ trunk/Makefile.PL 2005/11/30 23:15:28 199 @@ -14,9 +14,19 @@ 'File::Slurp' => 0, 'Log::Log4perl' => 0, 'Data::Dumper' => 0, + 'Cwd' => 0, + 'Text::Iconv' => 0, + 'Storable' => 0, + 'DBM::Deep' => 0, + 'XML::Simple' => 0, + 'Template' => 0, + 'Time::HiRes' => 0, + 'File::Temp' => 0, + 'List::Util' => 0, + 'URI::Escape' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'WebPAC-* pod2html Makefile' }, + clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, ); sub MY::postamble { @@ -34,7 +44,17 @@ svn update && svn -v log > Changes tags: - ctags *.p? + 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 }