--- trunk/Makefile.PL 2006/05/14 19:45:16 495 +++ trunk/Makefile.PL 2006/05/14 22:07:38 500 @@ -30,6 +30,7 @@ 'MARC::Fast' => 0.02, 'Search::Estraier' => 0.06, 'List::Util' => 0, + 'Spreadsheet::ParseExcel', => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'WebPAC-* pod2html Makefile tags' }, @@ -58,6 +59,8 @@ config_yml: test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true + #perl -c conf/normalize/*.pl + perl -c conf/normalize/*.pl 2>&1 | grep 'conf/normalize' | grep -v 'OK' | sed -e 's#^.*conf/normalize#conf/normalize#' -e 's#,##' | awk '{ print "+" $3 " " $1 }' | xargs -i echo vi {} run: config_yml rm -f log