r8900@llin: dpavlin | 2005-11-16 16:33:30 +0100
[webpac2] / Makefile.PL
index 35a358f..3a69c09 100644 (file)
@@ -22,6 +22,7 @@ WriteMakefile(
        'Template' => 0,
        'Time::HiRes' => 0,
        'File::Temp' => 0,
+       'List::Util' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
@@ -44,5 +45,9 @@ 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
+
+
 MAKE_MORE
 }