in reply to unimport warnings in another package

Have you tried warnings::DynamicScope - Provides warning categories in dynamic scope?
  • Comment on Re: unimport warnings in another package

Replies are listed 'Best First'.
Re^2: unimport warnings in another package
by wazzuteke (Hermit) on Mar 21, 2007 at 12:51 UTC
    Thanks for the idea, but I was hoping for something I can use that doesn't create a dependency on a non-core module. Maybe I'll dig into it's guts to see how it's doing things though.

    ---------
    perl -le '$.=[qw(104 97 124 124 116 97)];*p=sub{[@{$_[0]},(45)x 2]};*d=sub{[(45)x 2,@{$_[0]}]};print map{chr}@{p(d($.))}'