The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.
    
    Individual packages in this module may have have multiple copyrights and
    licenses. Please refer to the documentation of indivdual packages for more
    information. (see L<Gapp::Actions>, L<Gapp::TableMap>)