| Shipwright documentation | view source | Contained in the Shipwright distribution. |
they are just dropped in from YAML::Tiny
return the dir's parent dir, the arg must be a dir path
a wrapper of run3 sub in IPC::Run3.
wrapper for the select in core
Takes perl modules name space and name of a module in the space. Finds and returns matching module name using case insensitive search, for example:
find_module('Shipwright::Backend', 'svn');
# returns 'Shipwright::Backend::SVN'
find_module('Shipwright::Backend', 'git');
# returns 'Shipwright::Backend::Git'
Returns undef if there is no module matching criteria.
Returns the root directory that Shipwright has been installed into. Uses %INC to figure out where Shipwright.pm is.
return current user's home directory
the user's own shipwright root where we put internal files in. it's ~/.shipwright by default. it can be overwritten by $ENV{SHIPWRIGHT_USER_ROOT}
Shipwright::Util - Util
sunnavy <sunnavy@bestpractical.com>
Copyright 2007-2011 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Shipwright documentation | view source | Contained in the Shipwright distribution. |