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

busunsl has asked for the wisdom of the Perl Monks concerning the following question:

Brothers

I have the following problem:

I'm writing a Tk backend for CPANPLUS and use a module that uses 'no warnings' in the middle of its code.

Since CPANPLUS runs on Perl 5.005_03 I'd like to have my backend running on perl 5.005_03 but that doesn't support warnings.

So what am I to do? Forget using the module that needs warnings?
Mock up a warnings.pm and ship it with my module?

I need some advice on this.