diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-04 05:41:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-04 05:41:08 +0000 |
commit | 0fd7581c22cd07e1d37e8a54fe87bd9bf54c7cf9 (patch) | |
tree | 6716fc6b221932fb1c8b24d7aa2b49e266f85cfe /pod | |
parent | e1dbac945fcdd357e211833376769053fa9ffc60 (diff) | |
download | perl-0fd7581c22cd07e1d37e8a54fe87bd9bf54c7cf9.tar.gz |
pod2man outputs switched date and revision label (fix suggested by
EthanSasiela@mede.com)
p4raw-id: //depot/perl@3301
Diffstat (limited to 'pod')
-rw-r--r-- | pod/pod2man.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 7494c26595..a673ea127d 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 |