On Mon, Mar 14, 2005 at 04:05:36PM -0500, Christopher H. Laco wrote: > I have an itch. It just came to me while surfing PerlMonks and CPAN. > I noticed the new Test::Strict module which keeps me honest by making > sure I always 'use strict'. I'll be adding that to my modules this > evening. [I wish is did use warnings too].
Acme::use::strict::with::pride does warnings too :-) http://search.cpan.org/dist/Acme-use-strict-with-pride/pride.pm I'm not suggesting that you use it in production code though. Partly because it is an Acme module, but mainly because it stops Exporter working. Then again, OO purists might consider that a feature. Nicholas Clark