From: Gurusamy Sarathy Date: Tue, 4 May 1999 05:41:08 +0000 (+0000) Subject: pod2man outputs switched date and revision label (fix suggested by X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fd7581c22cd07e1d37e8a54fe87bd9bf54c7cf9;p=p5sagit%2Fp5-mst-13.2.git pod2man outputs switched date and revision label (fix suggested by EthanSasiela@mede.com) p4raw-id: //depot/perl@3301 --- diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 7494c26..a673ea1 100644 --- a/pod/pod2man.PL +++ b/pod/pod2man.PL @@ -566,7 +566,7 @@ print <<'END'; END print <<"END"; -.TH $name $section "$RP" "$date" "$center" +.TH $name $section "$date" "$RP" "$center" .UC END