$string .= qq{\nsignature_asc : \n};
$string .= qq{\t@ gpg --yes -ba check_postgres.pl\n};
$string .= qq{\t@ gpg --verify check_postgres.pl.asc\n};
- $string .= qq{\nrelease : \n\t};
- $string .= q{perl -pi -e "s/released on ([^\.]+)/released on `date +\"%B %-d, %Y\"`/" index.html};
$string .= qq{\n\nhtml : \n\t};
$string .= <<'EOM';
pod2html check_postgres.pl > check_postgres.pl.html
return $string;
}
- sub manifypods {
- my $string = shift->SUPER::manifypods(@_);
- $string .= <<'EOM';
- @ perl -pi -e "s/\d+\.\d+\.\d+/`grep describes check_postgres.pl | cut -d' ' -f6`/" index.html
-EOM
- return $string;
- }
}
my $output = WriteMakefile(%opts);
<h1>check_postgres.pl</h1>
-<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.8.0</b>, and was released on April 30, 2009.</p>
+<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.8.0</b>, and was released on May 4, 2009.</p>
<ul>
<li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.8.0</a></li>