http://www.perlmonks.org?node_id=1018448

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

I was working in Strawberry Perl 5.12.3.0 (32 bits) and always enjoyed the line:

use warnings::unused

But it doesn't seem to work in 5.16.2.1, even when I replicate my environment with autobundle.

Is there a way to get it working again?

I can't find a module named on Cpan like this. And as far as I remember it worked out of the box in Perl.

Thanks in advance!

Replies are listed 'Best First'.
Re: use warnings::unused don't work in perl 5.16.2.1 (32bits)
by tobyink (Canon) on Feb 12, 2013 at 21:25 UTC

      Thx for the reply and time. Well if even the author prefers Test::Vars it must be a better choice than warnings::unused

      I will give it a try and after success will update my code.