From: Greg Sabino Mullane Date: Sun, 3 May 2009 17:29:39 +0000 (-0400) Subject: Add back in auto-html creation, do p:c for Makefile.PL X-Git-Tag: 2.9.0~28 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6b919614dfee7d959d9aa75b410e973957f84c39;p=check_postgres.git Add back in auto-html creation, do p:c for Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 828c63870..ab510cc8e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -66,6 +66,21 @@ my %opts = $string .= qq{\t@ gpg --verify check_postgres.pl.asc\n}; return $string; } + + sub manifypods { + my $string = shift->SUPER::manifypods(@_); + $string .= <<'EOM'; + pod2html check_postgres.pl > check_postgres.pl.html + perl -pi -e "s///" check_postgres.pl.html + perl -pi -e "s~ git clone.*~ git clone http://bucardo.org/check_postgres.git~" check_postgres.pl.html + perl -pi -e "s~\S+(.+)~<title>check_postgres.pl\\1~" check_postgres.pl.html + perl -pi -e "s~.*~~" check_postgres.pl.html + perl -pi -e "s~~~" check_postgres.pl.html + perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html + @ rm -f pod2htmd.tmp pod2htmi.tmp +EOM + return $string; + } } my $output = WriteMakefile(%opts); diff --git a/check_postgres.pl b/check_postgres.pl index 2e2304552..9d83b4a85 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -6089,7 +6089,7 @@ Items not specifically attributed are by Greg Sabino Mullane. Make fsm_pages and fsm_relatins handle 8.4 servers smoothly. (Greg) Fix missing 'upd' field in show_dbstats (Andras Fabian) Allow ENV{PGCONTROLDATA} and ENV{PGBINDIR}. (Greg) - Add various Perl module infratructure, including (e.g. Makefile.PL) (Greg) + Add various Perl module infrastructure (e.g. Makefile.PL) (Greg) Fix incorrect regex in txn_wraparound (Greg) For txn_wraparound: consistent ordering and fix duplicates in perf output (Andras Fabian) Add in missing exabyte regex check (Selena Deckelmann) diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index 85e0f0643..adccbe7b8 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkn3GRwACgkQvJuQZxSWSsipUgCfSgw0v+Ib9MkS3dI2W2GxQu1D -JeEAn3fn0FW2jpkxf0uW/xRNoMb00M51 -=jWv7 +iEYEABEDAAYFAkn9z5YACgkQvJuQZxSWSsh72QCg1o645QIAidzcALE6IzNiT/s4 +SCoAoORfQXeoA7CqFwtajUel2r6FVzuH +=Imx1 -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 97a4a4fca..6fc2470ec 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -1328,7 +1328,7 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

-
Version 2.8.0 (April ??, 2009)
+
Version 2.8.0 (May ??, 2009)
@@ -1343,6 +1343,7 @@ feature requests, and commit notices, send email to filename();
 		my $l = $v->location();