Skip Menu |

This queue is for tickets about the Filter-Macro CPAN distribution.

Report information
The Basics
Id: 41414
Status: new
Priority: 0/
Queue: Filter-Macro

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

Bug Information
Severity: Important
Broken in: 0.11
Fixed in: (no value)



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.
Subject: Foo.pm
package Foo; use Filter::Macro; use Carp;
Subject: delete_me.pl
use Foo; confess "Yes";