r8999@llin: dpavlin | 2005-11-20 22:46:22 +0100
[webpac2] / Makefile.PL
index 76c8f77..21b5367 100644 (file)
@@ -16,6 +16,13 @@ WriteMakefile(
        '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,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
@@ -38,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
 }