This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For miniperl, disable PERL_UNICODE and -C.
authorNicholas Clark <nick@ccl4.org>
Wed, 23 Sep 2009 10:28:51 +0000 (11:28 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 23 Sep 2009 10:28:51 +0000 (11:28 +0100)
commite27b5b51275a893e82bce85334679ee38d3d6bf8
tree64c636963252870939f00637f84e924d90eb5040
parentb0e687f777617f7ff223559dbda04c4f53864b19
For miniperl, disable PERL_UNICODE and -C.

This allows a build to complete with PERL_UNICODE set and a UTF-8 locale.
Without this there's a bootstrapping problem, as miniperl can't load the UTF-8
components of the regexp engine, because they're not yet built.
perl.c
t/run/switchC.t