in reply to Injecting a filter into warn()
How about inserting the line:
inside the offending module?no warnings 'uninitialized';
If you're worried about tracking changes to third party code, a simple (primitive) solution is to use a unique string to identify your changes, for example:
no warnings 'uninitialized'; ### __MidLifeXis__
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Injecting a filter into warn()
by MidLifeXis (Monsignor) on Mar 10, 2005 at 21:14 UTC | |
by eyepopslikeamosquito (Archbishop) on Mar 10, 2005 at 21:41 UTC | |
by ikegami (Patriarch) on Mar 10, 2005 at 22:24 UTC |