This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a1865
)
Pod::Html tweak
author
Jan Dubois
<jand@activestate.com>
Tue, 27 Jul 1999 22:14:12 +0000
(
00:14
+0200)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 28 Jul 1999 06:59:30 +0000
(06:59 +0000)
To: perl5-porters@perl.org
Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
Message-ID: <
37a50af0
.
46171380
@smtp1.ibm.net>
p4raw-id: //depot/perl@3804
lib/Pod/Html.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/Html.pm
b/lib/Pod/Html.pm
index
4a8d066
..
5238a1a
100644
(file)
--- a/
lib/Pod/Html.pm
+++ b/
lib/Pod/Html.pm
@@
-244,8
+244,8
@@
my %items = (); # associative array used to find the location
my $Is83; # is dos with short filenames (8.3)
sub init_globals {
-$dircache = "pod2htm
l.d~~
";
-$itemcache = "pod2htm
l.i~~
";
+$dircache = "pod2htm
d$cache_ext
";
+$itemcache = "pod2htm
i$cache_ext
";
@begin_stack = (); # begin/end stack