Pod::Html tweak
Jan Dubois [Tue, 27 Jul 1999 22:14:12 +0000 (00:14 +0200)]
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

index 4a8d066..5238a1a 100644 (file)
@@ -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