[perl #63038] Test.pm eats the "Use of uninitialized value" warnings

2009-02-05 Thread via RT
# New Ticket Created by Gabor Szabo # Please include the string: [perl #63038] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=63038 > the following code prints a warning "Use of uninitialized value" use v6

[perl #63038] Test.pm eats the "Use of uninitialized value" warnings

2009-02-04 Thread Patrick R. Michaud via RT
Currently Test.pm disables the warnings to prevent tons of "Use of uninitialized value" warnings when running the spectests. Personally I think the spectests should not produce these warnings in the first place, but I haven't found a good way to avoid/disable them yet. Pm