--- trunk/Makefile.PL 2005/05/23 15:59:45 46 +++ trunk/Makefile.PL 2005/08/25 00:37:48 77 @@ -8,16 +8,23 @@ PREREQ_PM => { 'Class::DBI::Loader' => 0, 'Class::DBI::Pg' => 0, + 'Class::DBI::AbstractSearch' => 0, 'DBD::Pg' => 1.42, 'Getopt::Long' => 0, 'Email::Valid' => 0, 'Email::Send' => 0, + 'IO::All' => 0, 'Carp' => 0, 'SOAP::Lite' => 0, 'Email::Auth::AddressHash' => 0, 'Email::Simple' => 0, 'Email::Address' => 0, 'Mail::DeliveryStatus::BounceParser' => 0, + 'Mail::Alias' => 0, + 'Cwd' => 0, + 'Pod::Usage' => 0, + 'Email::Send::Test' => 0, + 'SQL::Abstract' => 1.15, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Nos.pm', # retrieve abstract from module @@ -35,6 +42,7 @@ 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 + test ! -z "`which postgresql_autodoc`" && cd $(HTML_DIR) && postgresql_autodoc -d notices && dot -Tpng -o notices.png notices.dot changelog: svn update && svn -v log > Changes