summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-03-28 13:17:33 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-03-28 13:17:33 +0000
commitcfe4554026dfe078c2d7c706ace0e327f16b2c05 (patch)
treedecf560dde52640d69e998b1163592a1b8f8933d /pod
parentb4a488b9f66ab1d51091a616c6fab3b3b300db36 (diff)
downloadperl-cfe4554026dfe078c2d7c706ace0e327f16b2c05.tar.gz
Perl 5.003 check-in
p4raw-id: //depot/perl@1
Diffstat (limited to 'pod')
-rw-r--r--pod/pod2html.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/pod2html.PL b/pod/pod2html.PL
index 646190bddb..817df5dc22 100644
--- a/pod/pod2html.PL
+++ b/pod/pod2html.PL
@@ -116,7 +116,7 @@ for $count (0,1) {
$html = $pod.".html";
if ($count) { # give us a html and rcs header
open(HTML,">$html") || die "can't create $html: $ERRNO";
- print HTML '<!-- $Id$ -->',"\n",'<HTML><HEAD>',"\n";
+ print HTML '<!-- $Id: pod2html.PL,v 1.1.1.1 1997/01/11 12:49:12 mbeattie Exp $ -->',"\n",'<HTML><HEAD>',"\n";
print HTML "<CENTER>" unless $NO_NS;
print HTML "<TITLE>$pod</TITLE>\n</HEAD>\n<BODY>";
print HTML "</CENTER>" unless $NO_NS;