+0.001003 2015-02-21T23:23+02:00
+ - Add more greetings
+ - Add perlcritic tests and make code compliant
+ - Improve unicode capabilities
+
0.001002 2014-06-07T23:42+03:00
- Allow ! or . after a greeting
- Update indentation
-POE-Component-IRC-Plugin-Hello version 0.001001
+POE-Component-IRC-Plugin-Hello version 0.001003
===============================================
POE::Component::IRC::Plugin::Hello is a PoCo-IRC plugin that greets back
COPYRIGHT AND LICENCE
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2015 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
use Encode qw/encode decode/;
use Unicode::Normalize qw/NFC/;
-our $VERSION = '0.001002';
+our $VERSION = '0.001003';
use List::Util qw/first/;
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2015 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,