summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1999-07-28 00:14:12 +0200
committerGurusamy Sarathy <gsar@cpan.org>1999-07-28 06:59:30 +0000
commit04f720db660f11635846523a2f8eb8c7ddebb221 (patch)
tree1a202e2edc554a50d0af5fc96488980216f7caef /lib
parent71a1865dbc4c60df7c452ff98cec5b10306d3ff5 (diff)
downloadperl-04f720db660f11635846523a2f8eb8c7ddebb221.tar.gz
Pod::Html tweak
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Pod/Html.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm
index 4a8d066e57..5238a1a1a7 100644
--- 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 = "pod2html.d~~";
-$itemcache = "pod2html.i~~";
+$dircache = "pod2htmd$cache_ext";
+$itemcache = "pod2htmi$cache_ext";
@begin_stack = (); # begin/end stack