diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-08-01 16:10:19 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-08-01 16:10:19 +0000 |
commit | 1f616d559fcb84901480199144ce9065d098670b (patch) | |
tree | 5a355e99bd597eb4384a146b8ed4a37ce2282c83 /t/run | |
parent | f21bcf309435bda41f845b43439ffc30143fabe0 (diff) | |
download | perl-1f616d559fcb84901480199144ce9065d098670b.tar.gz |
Skip test when building without Encode.
p4raw-id: //depot/perl@23179
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/fresh_perl.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/run/fresh_perl.t b/t/run/fresh_perl.t index dbbe6a553f..62f9c91512 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 <richardjolly@mac.com>, <A3C7D27E-C9F4-11D8-B294-003065AE00B6@mac.com> in perl-unicode@perl.org +# SKIP: " $Config::Config{'extensions'} " !~ m[ Encode ] # Perl configured without Encode module -lw BEGIN { eval 'require Encode'; |