File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,9 @@ sub clean { ## no critic (RequireArgUnpacking)
105105 $string .= qq{ \t @ gpg --verify check_postgres.pl.asc\n } ;
106106 $string .= qq{ \n\n html : \n\t } ;
107107 $string .= <<'EOM' ;
108- pod2html check_postgres.pl > check_postgres.pl.html
108+ pod2html --title check_postgres.pl check_postgres.pl > check_postgres.pl.html
109109 @ perl -pi -e "s/<link.*?>//" check_postgres.pl.html
110110 @ perl -pi -e "s~ git clone.*~ git clone git://bucardo.org/check_postgres.git</pre>~" check_postgres.pl.html
111- @ perl -pi -e "s~<title>\S+(.+)~<title>check_postgres.pl\\1~" check_postgres.pl.html
112111 @ perl -pi -e "s~\`\`(.+?)''~"\\1"~g" check_postgres.pl.html
113112 @ rm -f pod2htmd.tmp pod2htmi.tmp
114113EOM
You can’t perform that action at this time.
0 commit comments