http://qs321.pair.com?node_id=1063049


in reply to How can I suppress 'uninitialized' warnings in a CPAN module?

The first question is: why is it generating warnings in the first place? If you are using -w or -W, stop; instead lexically enable warnings with use warnings; only for your own code.
--
A math joke: r = | |csc(θ)|+|sec(θ)| |-| |csc(θ)|-|sec(θ)| |