summaryrefslogtreecommitdiff
path: root/pod/pod2man.PL
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2000-11-18 14:04:28 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-19 16:08:10 +0000
commit50a3fd2a5823200b82439d73a840b901d6b4f01d (patch)
tree764c1bde475279b5173a9f52c171988c7633ea00 /pod/pod2man.PL
parentcfd3e6cc939d8bde13484fe44765049dcaa49dc2 (diff)
downloadperl-50a3fd2a5823200b82439d73a840b901d6b4f01d.tar.gz
podlators 1.05 available
Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@7748
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r--pod/pod2man.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL
index dd5bb634be..f320a3c295 100644
--- a/pod/pod2man.PL
+++ b/pod/pod2man.PL
@@ -36,7 +36,7 @@ $Config{startperl}
print OUT <<'!NO!SUBS!';
# pod2man -- Convert POD data to formatted *roff input.
-# $Id: pod2man.PL,v 1.3 2000/09/03 09:20:52 eagle Exp $
+# $Id: pod2man.PL,v 1.4 2000/11/19 05:47:46 eagle Exp $
#
# Copyright 1999, 2000 by Russ Allbery <rra@stanford.edu>
#
@@ -80,7 +80,7 @@ do {
@files = splice (@ARGV, 0, 2);
$parser->parse_from_file (@files);
} while (@ARGV);
-
+
__END__
=head1 NAME