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:
7e56ff2
)
t/uni/chomp.t: Better explain why skipped on EBCDIC
author
Karl Williamson
<khw@cpan.org>
Fri, 14 Nov 2014 03:52:23 +0000
(20:52 -0700)
committer
Karl Williamson
<khw@cpan.org>
Sun, 15 Mar 2015 04:59:44 +0000
(22:59 -0600)
t/uni/chomp.t
patch
|
blob
|
blame
|
history
diff --git
a/t/uni/chomp.t
b/t/uni/chomp.t
index
c78c3e1
..
ea86a25
100644
(file)
--- a/
t/uni/chomp.t
+++ b/
t/uni/chomp.t
@@
-4,7
+4,7
@@
BEGIN {
chdir 't' if -d 't';
require './test.pl';
skip_all_without_dynamic_extension('Encode');
- skip_all("EBCDIC") if $::IS_EBCDIC;
+ skip_all("
encoding doesn't work with
EBCDIC") if $::IS_EBCDIC;
skip_all_without_perlio();
}