NAME
Jifty::Util - Things that don't fit anywhere else
DESCRIPTION
absolute_path PATH
absolute_path
converts PATH into an absolute path, relative to the application's root (as determined by "app_root") This can be called as an object or class method.
jifty_root
Returns the root directory that Jifty has been installed into. Uses %INC to figure out where Jifty.pm is.
share_root
Returns the 'share' directory of the installed Jifty module. This is currently only used to store the common Mason components.
app_root
Returns the application's root path. This is done by searching upward from the current directory, looking for a directory which contains a bin/jifty
. Failing that, it searches upward from wherever the executable was found.
It die
s if it can only find /usr
or /usr/local
which fit these criteria.
default_app_name
Returns the default name of the application. This is the name of the application's root directory, as defined by "app_root".
make_path PATH
When handed a directory, creates that directory, starting as far up the chain as necessary. (This is what 'mkdir -p' does in your shell)
AUTHOR
Various folks at Best Practical Solutions, LLC.