adding line numbers to Test.pm failures

2012-07-22 Thread Gabor Szabo
Hi, when something fails Test::More of Perl 5 can tell me which line in the test file it was called. I see the Backtrace module could supply this information. The question if it would be ok if I tried to add this to the Test.pm module? regards Gabor

Re: adding line numbers to Test.pm failures

2012-07-22 Thread Moritz Lenz
Hi Gabor, On 07/22/2012 10:44 PM, Gabor Szabo wrote: when something fails Test::More of Perl 5 can tell me which line in the test file it was called. I see the Backtrace module could supply this information. The question if it would be ok if I tried to add this to the Test.pm module? I'd