# New Ticket Created by Jerry Gay # Please include the string: [perl #39868] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39868 >
some test files were converted to use begin blocks at the bottom of the test file. this does not work well in some special cases i consider this style to be a failed experiment. therefore, all references to C<BEGIN { plan tests => NN; }> must be converted to C<use Parrot::Test tests => NN;> ~jerry