From 54cfe9430e7706de0a1d08138e242eb6c92b15c8 Mon Sep 17 00:00:00 2001 From: Robin Barker Date: Fri, 23 May 2003 18:37:09 +0100 Subject: for Configure -Dnoextensions=Encode Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk> p4raw-id: //depot/perl@19600 --- ext/PerlIO/t/fallback.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ext/PerlIO/t/fallback.t') diff --git a/ext/PerlIO/t/fallback.t b/ext/PerlIO/t/fallback.t index 049972e201..58420811a6 100644 --- a/ext/PerlIO/t/fallback.t +++ b/ext/PerlIO/t/fallback.t @@ -10,9 +10,13 @@ BEGIN { print "1..0 # Skip: EBCDIC\n"; exit 0; } + unless( eval { require Encode } ) { + print "1..0 # Skip: No Encode\n"; + exit 0; + } plan (9); + import Encode qw(:fallback_all); } -use Encode qw(:fallback_all); # $PerlIO::encoding = 0; # WARN_ON_ERR|PERLQQ; -- cgit v1.2.1