Bump version and update Changes
[poe-component-irc-plugin-logger-irssi.git] / README
1 POE-Component-IRC-Plugin-Logger-Irssi version 0.001002
2 ======================================================
3
4 POE::Component::IRC::Plugin::Logger::Irssi is an extension to the
5 L<POE::Component::IRC::Plugin::Logger> PoCo-IRC plugin that logs
6 everything in a format similar to the one used by the irssi IRC client.
7
8 It exports one function, B<irssi_format>, that returns a hashref usable as
9 a value for C<POE::Component::IRC::Plugin::Logger->new>'s C<format> argument.
10
11 INSTALLATION
12
13 To install this module type the following:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19
20 DEPENDENCIES
21
22 This module requires no other modules or libraries.
23
24 COPYRIGHT AND LICENCE
25
26 Copyright (C) 2013 by Marius Gavrilescu
27
28 This library is free software; you can redistribute it and/or modify
29 it under the same terms as Perl itself, either Perl version 5.14.2 or,
30 at your option, any later version of Perl 5 you may have available.
This page took 0.020061 seconds and 4 git commands to generate.