
Load, LoadFile, Dump and DumpFile are just dropped in from YAML or YAML::Syck.
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:
Shipwright::Util->find_module('Shipwright::Backend', 'svn');
# returns 'Shipwright::Backend::SVN'
Shipwright::Util->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.
Returns the 'share' directory of the installed Shipwright module. This is currently only used to store the initial files in project.
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


None reported.

No bugs have been reported.

sunnavy <sunnavy@bestpractical.com>

Copyright 2007-2009 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.