Subject: | Warnings During Testing |
Hi:
During build, I get a bunch of warnings like this:
t/01use............ok
t/02pod............ok
t/03podcoverage....ok
t/04fillform1......ok
Use of uninitialized value in sprintf at t/04fillform2.t line 35.
Use of uninitialized value in sprintf at t/04fillform2.t line 35.
t/04fillform2......ok
Use of uninitialized value in sprintf at t/04fillform3.t line 36.
Use of uninitialized value in sprintf at t/04fillform3.t line 36.
Use of uninitialized value in sprintf at t/04fillform3.t line 36.
Use of uninitialized value in sprintf at t/04fillform3.t line 36.
t/04fillform3......ok
Use of uninitialized value in sprintf at t/04fillform4.t line 36.
Use of uninitialized value in sprintf at t/04fillform4.t line 36.
t/04fillform4......ok
All tests successful.
Presumably they are okay, since the tests pass. But they still don't
look fantastic. Perhaps consider using Test::NoWarnings to ensure there
aren't warnings emitted during testing.
This doesn't seem to be specific to my system -- it happens on CPAN
Testers smokers too:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/09/msg5305567.html
Cheers,
Jonathan