This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/test.pl: Use existing variable instead of recalculating
authorKarl Williamson <khw@cpan.org>
Tue, 6 May 2014 22:26:05 +0000 (16:26 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 01:28:40 +0000 (19:28 -0600)
commit1043bdfa1ad0da96d6b5c36be296748405711278
tree0f36ceb78c53f6974ab59126ab64d32aa767a5b8
parent94a62bdc607e089f45e0365ef77195bd406ccb91
t/test.pl: Use existing variable instead of recalculating

If the current platform is ascii is available already in a variable.
Use that instead of inventing a different paradigm.
t/test.pl