Skip Menu |

This queue is for tickets about the Carp-Always CPAN distribution.

Report information
The Basics
Id: 75320
Status: resolved
Priority: 0/
Queue: Carp-Always

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

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: 0.11



Subject: Fails with Carp 1.25
As per subject. Carp 1.25 now has one dot more Related ticket: https://rt.perl.org/rt3/Ticket/Display.html?id=109788 Sample fail report: http://www.cpantesters.org/cpan/report/fea801d0-5c51-11e1-8e45-982549abe0af Kind Regards,
Note that we have still PASSes as well because it is the test t/010simple.t that fails but it is skipped when Test::Base is not installed.
From: greeneg [...] tolharadys.net
On Mon Mar 05 06:02:17 2012, ANDK wrote: Show quoted text
> Note that we have still PASSes as well because it is the test > t/010simple.t that fails but it is skipped when Test::Base is not installed.
To fix, please apply the attached patch and do another release please.
Subject: fix-carp1.25-error.patch
--- t/010simple.t 2012-03-10 22:55:02.978295335 -0800 +++ t/010simple.t 2012-03-10 22:53:51.853329275 -0800 @@ -53,7 +53,7 @@ A::g(); --- stderr -Beware! at test-block.pl line 1 +Beware! at test-block.pl line 1. A::f() called at test-block.pl line 2 A::g() called at test-block.pl line 3 @@ -81,7 +81,7 @@ A::g(); --- stderr -Can't use an undefined value as an ARRAY reference at test-block.pl line 1 +Can't use an undefined value as an ARRAY reference at test-block.pl line 1. A::f() called at test-block.pl line 2 A::g() called at test-block.pl line 3 @@ -91,7 +91,7 @@ die "foo at bar" --- stderr -foo at bar at test-block.pl line 1 +foo at bar at test-block.pl line 1. === exception objects
RT-Send-CC: greeneg [...] tolharadys.net
Thanks, Andrea and Gary. The latest distribution 0.11 should fix it. http://search.cpan.org/~ferreira/Carp-Always-0.11/ On Sun Feb 26 11:58:48 2012, ANDK wrote: Show quoted text
> As per subject. > > Carp 1.25 now has one dot more > > Related ticket: https://rt.perl.org/rt3/Ticket/Display.html?id=109788 > > Sample fail report: > http://www.cpantesters.org/cpan/report/fea801d0-5c51-11e1-8e45-982549abe0af