NAME
App::PerlWatcher::Levels - Creates constants pool for all available levels for application
VERSION
version 0.20
SYNOPSIS use App::PerlWatcher::Levels;
say (
LEVEL_ANY,
LEVEL_NOTICE,
LEVEL_INFO,
LEVEL_WARN,
LEVEL_ALERT,
LEVEL_IGNORE,
);
AUTHOR
Ivan Baidakou <dmol@gmx.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Ivan Baidakou.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.