r1386@llin: dpavlin | 2007-10-30 23:46:53 +0100
[webpac2] / Makefile.PL
index ef00bbd..00ff13d 100644 (file)
@@ -24,7 +24,7 @@ WriteMakefile(
        'LWP' => 0,
        'File::Path' => 0,
        'Biblio::Isis' => 0.24,
-       'MARC::Fast' => 0.05,
+       'MARC::Fast' => 0.08,
        'Search::Estraier' => 0.06,
        'List::Util' => 0,
        'Spreadsheet::ParseExcel', => 0,
@@ -38,6 +38,7 @@ WriteMakefile(
        'Class::Accessor' => 0,
        'JSON' => 0,
        'File::Spec' => 0,
+       'Sort::External' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
@@ -72,7 +73,7 @@ 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
+       svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@webpac.cvs.sourceforge.net:/cvsroot/webpac webpac2
 
 config_yml:
        test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true