Wed Dec 03 19:46:56 2008amahabal [...] cpan.org - Ticket created
Foo.pm is:
package Foo;
use Filter::Macro;
use Carp;
and the other file is:
use Foo;
confess "Yes";
Now, the first time through, the confess happens. Subsequently, the file
is totally silent.