$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~\`\`(.+?)''~"\\1"~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~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html
+ @ rm -f pod2htmd.tmp pod2htmi.tmp
EOM
return $string;
}