local
[webpac2] / Makefile.PL
index 2261619..0dcc728 100644 (file)
@@ -15,10 +15,8 @@ WriteMakefile(
        'Log::Log4perl' => 1.02,
        'Data::Dumper' => 0,
        'Cwd' => 0,
-       'Text::Iconv' => 0,
        'Storable' => 0,
        'DBM::Deep' => 0,
-       'XML::Simple' => 0,
        'Template' => 0,
        'Time::HiRes' => 0,
        'File::Temp' => 0,
@@ -26,11 +24,18 @@ WriteMakefile(
        'Encode' => 0,
        'LWP' => 0,
        'File::Path' => 0,
-       'Biblio::Isis' => 0.13,
-       'MARC::Fast' => 0.02,
+       'Biblio::Isis' => 0.24,
+       'MARC::Fast' => 0.05,
        'Search::Estraier' => 0.06,
        'List::Util' => 0,
        'Spreadsheet::ParseExcel', => 0,
+       'MARC::Record' => 2.0,
+       'Data::Dump' => 0,
+       'MARC::Lint' => 0,
+       'Proc::Queue' => 0,
+       'PPI' => 0,
+       'XML::LibXML' => 0,
+       'Pod::Usage' => 0,
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
@@ -47,7 +52,7 @@ html: $(TO_INST_PM)
        mkdir "$(HTML_DIR)"
 
        # add additional html documents
-       test ! -z "`which svn2html.pl`" && svk update && svn2html.pl > $(HTML_DIR)/Changes.html
+       test ! -z "`which svn2html.pl`" && svk update && svn2html.pl > $(HTML_DIR)/Changes.html || true
 
        test -e $(HTML_DIR)/pod.css || ln -s ../pod.css $(HTML_DIR)/