NAME
App::curo::Util - Curo command-line functions
SYNOPSIS
use App::curo::Util;
DESCRIPTION
Utility functions for App::curo::* scripts.
- find_repo -> Str
-
Return the path to the first '.curo' directory found starting from the current working directory and searching upwards. Dies on failure.
- find_conf -> App::curo::Config
-
Undocumented.
- find_db -> Curo
-
Undocumented.
- short($str) -> Str
-
Return the first 8 characters of $str or the string '*undef*' if $str is undefined.
- check_project {
-
Undocumented.
- prompt_edit {
-
Undocumented.
- start_pager {
-
Undocumented.
- end_pager {
-
Undocumented.
- render_table {
-
Undocumented.
- spin {
-
Undocumented.
- clear_spin {
-
Undocumented.
- color {
-
Undocumented.
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2011 Mark Lawrence <nomad@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.