Home > p5-log-handy

p5-log-handy

P5-log-handy is a project mainly written in Perl, it's free.

friendly logger

This is Perl module Log::Handy.

INSTALLATION

Type the following command:

$ curl -L http://cpanmin.us | perl - Log::Handy

Or install cpanm and then run the following command to install Log::Handy:

$ cpanm Log::Handy

If you get an archive of this distribution, unpack it and build it as per the usual:

$ tar xzf Log-Handy-$version.tar.gz
$ cd Log-Handy-$version
$ perl Makefile.PL
$ make && make test

Then install it:

$ make install

DOCUMENTATION

Log::Handy documentation is available as in POD. So you can do:

$ perldoc Log::Handy

to read the documentation online with your favorite pager.

LICENSE AND COPYRIGHT

Copyright (c) 2011, <>. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.