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

NAME

Perl::Critic::Policy::Modules::ProhibitUseLib - Prohibit 'use lib' in modules

VERSION

version 0.002

DESCRIPTION

Perl::Critic::Policy::logicLAB::ProhibitUseLib prohibits the use of use lib in all files. This policy limits this to only modules.

This policy is a derivation of Perl::Critic::Policy::logicLAB::ProhibitUseLib, see it's documentation for more information.

This policy puts itself into the portability theme.

CONFIGURATION

There is no configuration option available for this policy.

AFFILIATION

This is a standalone policy not part of a larger PerlCritic Policies group.

SEE ALSO

AUTHOR

Gregor Goldbach <glauschwuffel@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Gregor Goldbach.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.