NAME
Log::Dump::Functions
SYNOPSIS
use Log::Dump::Functions;
log( debug => 'foo' );
DESCRIPTION
You usually want to use this for a simple script. Usage is the same as Log::Dump, except that you don't need to write __PACKAGE__->
or $self->
.
AUTHOR
Kenichi Ishigaki, <ishigaki@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.