NAME
Dezi::Role - common attributes for Dezi classes
SYNOPSIS
package My::Class;
use Moose;
with 'Dezi::Role';
# other stuff
1;
# see METHODS for what you get for free
DESCRIPTION
Dezi::Role isa Moose::Role. It creates a few attributes (see METHODS) common to most Dezi classes.
METHODS
BUILD
Initializes new object.
debug
Get/set the debug level. Default is DEZI_DEBUG
env var or 0.
warnings
Get/set the warnings level. Default is DEZI_WARNINGS
env var or 1.
verbose
Get/set flags affecting the verbosity of the program. Default is DEZI_VERBOSE
env var or 0.
elapsed
Returns the elapsed time in seconds since object was created.
AUTHOR
Peter Karman, <karpet@dezi.org>
BUGS
Please report any bugs or feature requests to bug-dezi-app at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-App. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Dezi::Class
You can also look for information at:
Website
IRC
#dezisearch at freenode
Mailing list
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT AND LICENSE
Copyright 2018 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
http://dezi.org/, http://swish-e.org/, http://lucy.apache.org/