From: Steve Hay Date: Mon, 2 Aug 2004 08:05:05 +0000 (+0000) Subject: Fix breakage caused by Change 23179 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a853408f051116868e8714b90365eb2581caf59;p=p5sagit%2Fp5-mst-13.2.git Fix breakage caused by Change 23179 p4raw-id: //depot/perl@23181 --- diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index 62f9c91..b875648 100644 --- a/t/run/fresh_perl.t +++ b/t/run/fresh_perl.t @@ -856,8 +856,8 @@ 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 +# SKIP: " $Config::Config{'extensions'} " !~ m[ Encode ] # Perl configured without Encode module BEGIN { eval 'require Encode'; if ($@) { exit 0 } # running minitest?