X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=00ff13d15fe5d78bb995517f4bed1f40fcc0c313;hb=957ed4e3ce3f0f8b0ec04ae0402e41dd11ef4785;hp=eb7179278cf72eb0484eee963d61b64b7056b22b;hpb=5418545633808e3c6000010c2399049e3b5a61e0;p=webpac2 diff --git a/Makefile.PL b/Makefile.PL index eb71792..00ff13d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,6 @@ WriteMakefile( 'YAML' => 0, 'File::Slurp' => 0, 'Log::Log4perl' => 1.02, - 'Data::Dumper' => 0, 'Cwd' => 0, 'Storable' => 0, 'DBM::Deep' => 0, @@ -25,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, @@ -36,6 +35,10 @@ WriteMakefile( 'PPI' => 0, 'XML::LibXML' => 0, 'Pod::Usage' => 0, + 'Class::Accessor' => 0, + 'JSON' => 0, + 'File::Spec' => 0, + 'Sort::External' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, @@ -70,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