Provided by: libpath-isdev-perl_1.001002-1_all bug

NAME

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

VERSION

       version 1.001002

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

AUTHOR

       Kent Fredric <kentfredric@gmail.com>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2014 by Kent Fredric <kentfredric@gmail.com>.

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

perl v5.20.1                                2014-08-1Path::IsDev::NegativeHeuristic::HomeDir(3pm)