NAME
Pinto::Util - Static utility functions for Pinto
VERSION
version 0.038
DESCRIPTION
This is a private module for internal use only. There is nothing for you to see here (yet).
FUNCTIONS
author_dir( @base, $author )
Given the name of an $author
, returns the directory where the distributions for that author belong (as a Path::Class::Dir). The optional @base
can be a series of Path::Class:Dir or path parts (as strings). If @base
is given, it will be prepended to the directory that is returned.
is_vcs_file($path)
Given a path (which may be a file or directory), returns true if that path is part of the internals of a version control system (e.g. Git, Subversion).
AUTHOR
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.