This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21bcf3
)
Skip test when building without Encode.
author
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Sun, 1 Aug 2004 16:10:19 +0000
(16:10 +0000)
committer
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Sun, 1 Aug 2004 16:10:19 +0000
(16:10 +0000)
p4raw-id: //depot/perl@23179
t/run/fresh_perl.t
patch
|
blob
|
blame
|
history
diff --git
a/t/run/fresh_perl.t
b/t/run/fresh_perl.t
index
dbbe6a5
..
62f9c91
100644
(file)
--- 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';