Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning on Perl 5.8.8 that causes test failure in file.t
Weird but true: on Perl 5.8.8, this gives a warning: perl -e 'use warnings; local $ENV{FOO} = undef' ; Use of uninitialized value in scalar assignment at -e line 1. That is not generated on 5.8.9 or 5.10.0. Because t/file.t is using Test::FailWarnings this causes it to fail.
- Loading branch information