From: Marcus Holland-Moritz Date: Sun, 1 Aug 2004 16:10:19 +0000 (+0000) Subject: Skip test when building without Encode. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f616d559fcb84901480199144ce9065d098670b;p=p5sagit%2Fp5-mst-13.2.git Skip test when building without Encode. p4raw-id: //depot/perl@23179 --- diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index dbbe6a5..62f9c91 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -856,6 +856,7 @@ EXPECT ./"TEST" ./"TEST" ######## "Segfault using HTML::Entities", Richard Jolly , in perl-unicode@perl.org +# SKIP: " $Config::Config{'extensions'} " !~ m[ Encode ] # Perl configured without Encode module -lw BEGIN { eval 'require Encode';