Need these tabs!
authorGreg Sabino Mullane <[email protected]>
Wed, 7 Apr 2010 18:57:40 +0000 (14:57 -0400)
committerGreg Sabino Mullane <[email protected]>
Wed, 7 Apr 2010 18:57:40 +0000 (14:57 -0400)
Makefile.PL

index 263efa51c3bb156d4f4b4bbc3b6cab4f81c009ee..0fa4f9c8e039d280f3ea2ee42746757962195da1 100644 (file)
@@ -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/<link.*?>//" check_postgres.pl.html
-    @ perl -pi -e "s~ git clone.*~ git clone git://bucardo.org/check_postgres.git</pre>~" check_postgres.pl.html
-    @ perl -pi -e "s~<title>\S+(.+)~<title>check_postgres.pl\\1</TITLE>~" check_postgres.pl.html
-    @ perl -pi -e "s~.*</title>~~" check_postgres.pl.html
-    @ perl -pi -e "s~</TITLE>~</title>~" check_postgres.pl.html
-    @ perl -pi -e "s~\`\`(.+?)''~&quot;\\1&quot;~g" check_postgres.pl.html
-    @ rm -f pod2htmd.tmp pod2htmi.tmp
+       pod2html check_postgres.pl > check_postgres.pl.html
+       @ perl -pi -e "s/<link.*?>//" check_postgres.pl.html
+       @ perl -pi -e "s~ git clone.*~ git clone git://bucardo.org/check_postgres.git</pre>~" check_postgres.pl.html
+       @ perl -pi -e "s~<title>\S+(.+)~<title>check_postgres.pl\\1</TITLE>~" check_postgres.pl.html
+       @ perl -pi -e "s~.*</title>~~" check_postgres.pl.html
+       @ perl -pi -e "s~</TITLE>~</title>~" check_postgres.pl.html
+       @ perl -pi -e "s~\`\`(.+?)''~&quot;\\1&quot;~g" check_postgres.pl.html
+       @ rm -f pod2htmd.tmp pod2htmi.tmp
 EOM
         return $string;
     }