--- trunk/Makefile.PL 2005/05/15 21:35:15 21 +++ trunk/Makefile.PL 2005/05/17 17:49:14 36 @@ -11,6 +11,10 @@ 'Email::Valid', 'Email::Send', 'Carp', + 'SOAP::Lite', + 'Email::Auth::AddressHash', + 'Email::Simple', + 'Email::Address', }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Nos.pm', # retrieve abstract from module @@ -25,6 +29,7 @@ html: $(TO_INST_PM) test -e $(HTML_DIR) || mkdir $(HTML_DIR) ls $(MAN1PODS) $(MAN3PODS) | cut -d. -f1 | xargs -i sh -c "pod2html --infile {}.p[lm] --outfile $(HTML_DIR)/{}.html --htmldir $(HTML_DIR)" + ls *.cgi | cut -d. -f1 | xargs -i sh -c "pod2html --infile {}.* --outfile $(HTML_DIR)/{}.html --htmldir $(HTML_DIR)" rm -f pod2htm?.tmp test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html @@ -37,7 +42,7 @@ db=notices init: - dropdb $(db) + dropdb $(db) || true createdb $(db) psql $(db) < schema.sql