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

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 dies if it can only find /usr or /usr/local which fit these criteria.

app_name

Returns the default name of the application. This is the name of the application's root directory, as defined by "app_root".

AUTHOR

Various folks at BestPractical Solutions, LLC.