From: John E. Malmberg Date: Sun, 31 Jul 2005 23:19:51 +0000 (-0400) Subject: blead@25226 - ext/Compress/Zlib on VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef7e80c4ffb0d80daa17dc6be88a4595251bdd51;p=p5sagit%2Fp5-mst-13.2.git blead@25226 - ext/Compress/Zlib on VMS. From: "John E. Malmberg" Message-ID: <42ED94D6.7020104@qsl.net> p4raw-id: //depot/perl@25250 --- diff --git a/ext/Compress/Zlib/t/03examples.t b/ext/Compress/Zlib/t/03examples.t index b5b41f8..a8f6273 100644 --- a/ext/Compress/Zlib/t/03examples.t +++ b/ext/Compress/Zlib/t/03examples.t @@ -42,7 +42,7 @@ sub readFile my $Inc = '' ; if ($^O eq 'VMS') { - $Inc = '-"I[.blib.lib]" -"I[.blib.arch]"'; + $Inc = '-"I[-.lib]" -"I[-.arch]"'; } elsif ($^O eq 'MSWin32') { foreach (@INC)