sub import { # ... { no strict 'refs'; *{$pkg."::DEBUG"} = sub() { $debug }; } # ... }