Subject: | T:W depends on Carp |
Date: | Sun, 4 Sep 2011 15:47:49 +0100 |
To: | bug-Test-Warn [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Test::Warn doesn't work if Carp version 1.12 or 1.13 is installed,
because of a bug in those versions that interacts badly with Sub::Uplevel.
Now that Carp is dual-life, I suggest that Test::Warn should declare a
dependency on Carp 1.22, the first version released to CPAN, in which
the bug is fixed. That is, Warn.pm should say "use Carp 1.22;", and
Makefile.PL should include "'Carp' => 1.22," in PREREQ_PM.
-zefram