added local templates
[webpac2] / Makefile.PL
index 5b198aa..21b5367 100644 (file)
@@ -21,6 +21,8 @@ WriteMakefile(
        'XML::Simple' => 0,
        'Template' => 0,
        'Time::HiRes' => 0,
+       'File::Temp' => 0,
+       'List::Util' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
@@ -43,5 +45,12 @@ changelog:
 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 ./db/* log
+       ./run.pl
+
 MAKE_MORE
 }