NAME
Gapp::App::Debug - Application debugging utility
DESCRIPTION
Provides utility functions for debugging Gapp applications.
EXPORTED FUNCTIONS
- debug $message, \%options
-
Use in your code to send debugging message. If $options->{debug}, $Gapp::App::DEBUG, or $ENV{DEBUG} are true, this message will be displayed in the console.
AUTHORS
Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>
COPYRIGHT & LICENSE
Copyright (c) 2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.