logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Path::IsDev::NegativeHeuristic::PerlINC - White-list paths in Config.pm as being non-development roots.

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"paths"
       Returns a unique list comprised of all the *exp library paths from "Config.pm"

           uniq grep { defined and length } $Config{archlibexp}, $Config{privlibexp}, $Config{sitelibexp}, $Config{vendorlibexp};

   "excludes"
       Excludes a path if its full path is any of "paths"

Name

       Path::IsDev::NegativeHeuristic::PerlINC - White-list paths in Config.pm as being non-development roots.

Version

       version 1.001003

See Also