Skip Menu |

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

Report information
The Basics
Id: 130494
Status: resolved
Priority: 0/
Queue: Carp-Clan

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

Bug Information
Severity: (no value)
Broken in: 6.07
Fixed in: 6.08



Subject: t/10basic.t throws a warning and isn't testing what it should?
I think this is the fix. diff --git a/t/10basic.t b/t/10basic.t index 5e2f483a7..37957cde8 100644 --- a/t/10basic.t +++ b/t/10basic.t @@ -13,13 +13,10 @@ plan tests => 2; use_ok( 'Carp::Clan', 'Use Carp::Clan' ); eval { - sub { Carp::Clan->import(qw(^Carp\\b)); - return 1; - }, }; -ok(!$@, 'No errors importing'); +is($@, '', 'No errors importing'); __END__
On 2019-09-11 13:20:47, TODDR wrote: Show quoted text
> I think this is the fix.
Yes indeed. thanks; released in 6.08.