The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.014 - 2017-04-11

  • Fixed a bug where false positives were reported for some code constructs where a variable was used on the right side of an lvalue-expression. For example:
    • sub foo { my @foo = qw( foo bar ); my $last = $foo[-1]; return $last; }
    • In this case the "@foo" variable would be reported as unused.

Modules

Detects unused variables in perl modules