This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When setting environment variables via %ENV, force values to be strings only
authorChip Salzenberg <chip@pobox.com>
Thu, 26 Jul 2012 03:27:30 +0000 (20:27 -0700)
committerChip Salzenberg <chip@pobox.com>
Fri, 27 Jul 2012 01:50:52 +0000 (18:50 -0700)
commit613c63b465f01af4e535fdc6c1c17e7470be5aad
treed7c235b938a9fffec10ceadf126486ee771978ee
parent8bb025ae770b0414ade11bcc76d6cce7de221857
When setting environment variables via %ENV, force values to be strings only
(turning off other OK flags), make them byte strings; if wide characters can't
be downgraded to bytes, leave the string utf8 and issue a warning.
mg.c
pod/perldelta.pod
t/op/magic.t