# 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
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