Revision history for Perl extension POE::Component::IRC::Plugin::Infobot.
+0.001003 2015-11-14T18:50+00:00
+ - Respond to !forget, even when unaddressed
+ - Add perlcritic test and make code comply
+
0.001002 2014-08-17T00:18+03:00
- CPAN Day cleanup release
- Update Changes to follow CPAN::Changes::Spec
-POE-Component-IRC-Plugin-Infobot version 0.001002
+POE-Component-IRC-Plugin-Infobot version 0.001003
=================================================
POE::Component::IRC::Plugin::Infobot is a PoCo-IRC plugin that makes
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 warnings;
use re '/s';
-our $VERSION = '0.001002';
+our $VERSION = '0.001003';
use DB_File;
=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,