From 811d0282c24e530e85922c9ae0a7e52a21e93bbe Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 25 May 2010 11:11:23 -0400 Subject: [PATCH] Fix up title munging of html docs. --- Makefile.PL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 1b91d8f26..7370a519c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -89,9 +89,7 @@ sub clean { ## no critic (RequireArgUnpacking) pod2html check_postgres.pl > check_postgres.pl.html @ perl -pi -e "s///" check_postgres.pl.html @ perl -pi -e "s~ git clone.*~ git clone git://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~\S+(.+)~<title>check_postgres.pl\\1~" check_postgres.pl.html @ perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html @ rm -f pod2htmd.tmp pod2htmi.tmp EOM -- 2.39.5