Subject: Re: [perl #49646] perlbug AutoReply: open ':locale' does not work under locale with the modifier
Message-Id: <
200801151517.46296.kmashrab@uni-bremen.de>
p4raw-id: //depot/perl@32980
no warnings 'uninitialized';
- if ( not $locale_encoding && in_locale() ) {
+ if ( (not $locale_encoding) && in_locale() ) {
if ( $ENV{LC_ALL} =~ /^([^.]+)\.([^.@]+)(@.*)?$/ ) {
( $country_language, $locale_encoding ) = ( $1, $2 );
}