in reply to Is there a more elegant existing solution than @CARP_NOT
or just have all the @CARP_NOT's aliased to one main one at at the top of each module, push the modules name onto itINIT { @CARP_NOT = map /::$/ && "Foo::Bar::$_", keys %Foo::Bar:: }
or have a coderef in @INC that detects your modules and adds to @CARP_NOT
|
|---|