Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 25428
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: SMPETERS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.68
Fixed in: (no value)



Subject: [PATCH] t/fail-more.t fails in bleadperl
In the new code added to t/fail-more.t, there is a hardcoded path that causes it to fail when added to bleadperl. The patch below fixes the test. --- t/fail-more.t.old 2007-03-14 08:07:46.000000000 -0500 +++ t/fail-more.t 2007-03-14 08:01:49.000000000 -0500 @@ -159,7 +159,7 @@ # at $0 line 54. # can_ok() called with empty class or reference # Failed test 'ARRAY->can('foo')' -# at t/fail-more.t line 55. +# at $0 line 55. # ARRAY->can('foo') failed ERR
Shoved out 0.69 to fix this.