--- trunk/Makefile.PL 2006/06/29 21:18:50 541 +++ trunk/Makefile.PL 2006/07/03 15:34:10 573 @@ -30,6 +30,8 @@ 'List::Util' => 0, 'Spreadsheet::ParseExcel', => 0, 'MARC::Record' => 2.0, + 'Data::Dump' => 0, + 'MARC::Lint' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, @@ -46,7 +48,7 @@ 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)/