summaryrefslogtreecommitdiff
path: root/ext/Compress/Zlib/t
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2005-07-31 19:19:51 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-08-01 07:03:36 +0000
commitef7e80c4ffb0d80daa17dc6be88a4595251bdd51 (patch)
tree9872fe25995c69aa45aeee068a563ba50bab1d5c /ext/Compress/Zlib/t
parentdd3040134608b6ed899c2d38d321ae6d4da4c54a (diff)
downloadperl-ef7e80c4ffb0d80daa17dc6be88a4595251bdd51.tar.gz
blead@25226 - ext/Compress/Zlib on VMS.
From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <42ED94D6.7020104@qsl.net> p4raw-id: //depot/perl@25250
Diffstat (limited to 'ext/Compress/Zlib/t')
-rw-r--r--ext/Compress/Zlib/t/03examples.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Compress/Zlib/t/03examples.t b/ext/Compress/Zlib/t/03examples.t
index b5b41f8992..a8f62731e5 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)