This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various .t files: Use globals to see if on EBCDIC
authorKarl Williamson <khw@cpan.org>
Fri, 3 Apr 2015 18:06:39 +0000 (12:06 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 25 Aug 2015 22:58:01 +0000 (16:58 -0600)
commit83bcbc6111ed334f239986aa6a0f00a47b523a0c
treec74d514180e57176b00df28f32d5a13f6d164021
parent8226f5083483c32f65ab0be1501060f802b10c04
Various .t files: Use globals to see if on EBCDIC

These globals are already available; by using them instead of rolling
our own, it makes it easer to grep for these kinds of instances.
lib/bytes.t
lib/utf8.t
t/op/chr.t
t/op/lex.t
t/op/oct.t
t/op/split.t
t/op/sub_lval.t
t/op/tr.t
t/op/vec.t
t/op/ver.t