Re: [PATCH Parrot::Test] Meaningful file/line numbers [APPLIED]

2002-01-07 Thread Dan Sugalski
At 02:53 AM 1/7/2002 -0800, Brent Dax wrote: >This patch modifies Parrot::Test to goto the Test::More subs, thereby >giving you _useful_ information on where your problem was. >Unfortunately, this precludes unlinking the files only if the test was >unsuccessful; if you need to see those files, you

[PATCH Parrot::Test] Meaningful file/line numbers

2002-01-07 Thread Brent Dax
This patch modifies Parrot::Test to goto the Test::More subs, thereby giving you _useful_ information on where your problem was. Unfortunately, this precludes unlinking the files only if the test was unsuccessful; if you need to see those files, you can just set $ENV{POSTMORTEM} and they'll be lef