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::HomeDir - User home directories are not development roots

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"paths"
       Excludes any values returned by "File::HomeDir"

           uniq grep { defined and length }
             File::HomeDir->my_home,
             File::HomeDir->my_desktop,
             File::HomeDir->my_music,
             File::HomeDir->my_pictures,
             File::HomeDir->my_videos,
             File::HomeDir->my_data;

   "excludes"
       Excludes any path that matches a "realpath" of a "File::HomeDir" path

Name

       Path::IsDev::NegativeHeuristic::HomeDir - User home directories are not development roots

Version

       version 1.001003

See Also