Don't track index.html here.
authorGreg Sabino Mullane <[email protected]>
Mon, 4 May 2009 15:55:08 +0000 (11:55 -0400)
committerGreg Sabino Mullane <[email protected]>
Mon, 4 May 2009 15:55:08 +0000 (11:55 -0400)
MANIFEST.SKIP
Makefile.PL
index.html

index 5d9d5db2383e398d30350705b8201a7ee8e722d1..24da8d88cdd92b5bd7d6926f1fa52737c9e067b9 100644 (file)
@@ -6,4 +6,3 @@ Makefile
 pm_to_blib
 TODO
 tar.gz$
-index.html
\ No newline at end of file
index c6855340ad95fc85425488b17911ed5459fdc4be..39a80e6f76b16f93d3c435b10ac90180f7d52ca5 100644 (file)
@@ -64,8 +64,6 @@ my %opts =
                $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
@@ -80,13 +78,6 @@ EOM
                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);
index 7d4a8062f392466d6e3a4ca3367042f83e9078a7..b9a557ceb4a360a2d6781505f0b46954602c3007 100644 (file)
@@ -21,7 +21,7 @@ h1 {
 
 <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>