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:
b09cd55
)
t/comp/require.t: No longer needed to skip on EBCDIC
author
Karl Williamson
<khw@cpan.org>
Wed, 29 Oct 2014 16:08:46 +0000
(10:08 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 5 Mar 2015 21:09:32 +0000
(14:09 -0700)
t/comp/require.t
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/require.t
b/t/comp/require.t
index
ea569ad
..
be43c63
100644
(file)
--- a/
t/comp/require.t
+++ b/
t/comp/require.t
@@
-346,9
+346,9
@@
if (defined &DynaLoader::boot_DynaLoader) {
# Add generic tests before this point. #
##########################################
-# UTF-encoded things - skipped on
EBCDIC machines and on
UTF-8 input
+# UTF-encoded things - skipped on UTF-8 input
-if ($Is_
EBCDIC || $Is_
UTF8) { exit; }
+if ($Is_UTF8) { exit; }
my %templates = (
'UTF-8' => 'C0U',