From c5aacbe6c004082d96efcec34e9c6666c206e2ce Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 7 Apr 2010 14:57:40 -0400 Subject: [PATCH] Need these tabs! --- Makefile.PL | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 263efa51c..0fa4f9c8e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -67,14 +67,14 @@ my %opts = $string .= qq{\t@ gpg --verify check_postgres.pl.asc\n}; $string .= qq{\n\nhtml : \n\t}; $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 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~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html - @ rm -f pod2htmd.tmp pod2htmi.tmp + 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~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html + @ rm -f pod2htmd.tmp pod2htmi.tmp EOM return $string; } -- 2.39.5