in reply to How to get Pod::Coverage to stop calling my export naked
sub import { # ... { no strict 'refs'; *{$pkg."::DEBUG"} = sub() { $debug }; } # ... }
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get Pod::Coverage to stop calling my export naked (closure)
by Oberon (Monk) on Feb 04, 2012 at 21:28 UTC | |
|
Re^2: How to get Pod::Coverage to stop calling my export naked (closure)
by tobyink (Canon) on Feb 06, 2012 at 08:37 UTC |