This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
prevent a couple of porting test issues under PERL_UNICODE
authorTony Cook <tony@develop-help.com>
Fri, 14 Jun 2013 11:15:08 +0000 (21:15 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 14 Jun 2013 11:15:27 +0000 (21:15 +1000)
commitf378d7a60bac945d9465e889f001e01a03007a72
tree3a4d51b16609420619eaa4286bb8903ece237f63
parent1ba4c839040ad56f1bd62dc6e3dfad699768a798
prevent a couple of porting test issues under PERL_UNICODE

cmpVERSION.pl: get_file_from_git() was returning a character string
which was then passed to MM->parse_version(), implicitly using
PerlIO::scalar to parse the content.

test_bootstrap.t complains since some of the test files aren't valid
UTF-8.
Porting/cmpVERSION.pl
t/porting/test_bootstrap.t