projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ca5a6eb
)
The 47918419 mistakenly made miniperl skippage unconditional
author
Jarkko Hietaniemi <
[email protected]
>
Tue, 5 Jul 2016 07:59:59 +0000 (10:59 +0300)
committer
Jarkko Hietaniemi <
[email protected]
>
Tue, 5 Jul 2016 07:59:59 +0000 (10:59 +0300)
t/op/tr.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/tr.t
b/t/op/tr.t
index
36858f4
..
b50ac42
100644
(file)
--- a/
t/op/tr.t
+++ b/
t/op/tr.t
@@
-7,7
+7,7
@@
BEGIN {
set_up_inc('../lib');
if (is_miniperl()) {
eval 'require utf8';
- skip_all("miniperl, no 'utf8'");
+ if ($@) { skip_all("miniperl, no 'utf8'") }
}
}