Binary package “libperl-critic-toomuchcode-perl” in ubuntu mantic

perlcritic add-ons that generally check for dead code

 Perl::Critic::TooMuchCode is an add-on for Perl::Critic is aiming for
 identifying trivial dead code. Either the ones that has no use, or the
 one that produce no effect. Having dead code floating around causes
 maintenance burden. Some might prefer not to generate them in the first place.