From 0c4f7ff0542ecfc72484b0714d25e263611253ee Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 15 Jun 2001 20:27:42 +0000 Subject: Fix open.pm to work via XS-implemented method calls rather than *open::layers variables which caused all the HV/AV hassle. p4raw-id: //depot/perlio@10618 --- t/io/utf8.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/io') diff --git a/t/io/utf8.t b/t/io/utf8.t index fee0fe6ace..a541030015 100755 --- a/t/io/utf8.t +++ b/t/io/utf8.t @@ -3,7 +3,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; - unless (exists $open::layers{'perlio'}) { + unless (find PerlIO::Layer 'perlio') { print "1..0 # Skip: not perlio\n"; exit 0; } -- cgit v1.2.1