testing being set to an empty string has meaning.
p4raw-id: //depot/perl@32674
unless $] > 5.008;
plan skip_all => "PERL_UNICODE set"
- if $ENV{PERL_UNICODE};
+ if defined $ENV{PERL_UNICODE};
eval "use File::Temp";
plan skip_all => "File::Temp unavailable"