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:
2e90857
)
t/op/concat2.t: Skip 'use encoding' test in EBCDIC
author
Karl Williamson
<khw@cpan.org>
Fri, 27 Jun 2014 16:32:13 +0000
(10:32 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 15 Mar 2015 04:59:44 +0000
(22:59 -0600)
This pragma does not work on EBCDIC platforms
t/op/concat2.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/concat2.t
b/t/op/concat2.t
index
9dfcc5b
..
ef21e88
100644
(file)
--- a/
t/op/concat2.t
+++ b/
t/op/concat2.t
@@
-14,6
+14,7
@@
BEGIN {
plan 3;
SKIP: {
+skip("no encoding pragma in EBCDIC", 1) if $::IS_EBCDIC;
skip_if_miniperl("no dynamic loading on miniperl, no Encode", 1);
fresh_perl_is <<'end', "ok\n", {},
no warnings 'deprecated';