Subject: | Loading Test::Taint throws a warning |
In my environment, if I "use Test::Taint", I get the following warning:
Use of uninitialized value in open at
/opt/perl-5.10.0/lib/site_perl/5.10.0/i386-linux-thread-multi/Test/Taint.pm
line 334, <DATA> line 228.
This is rather important as my continuous integration system then thinks
that my tests have possibly failed, since there is output on stderr.