From: Marius Gavrilescu Date: Sat, 14 Nov 2015 18:50:00 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.001003^0 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-infobot.git;a=commitdiff_plain;h=9c4728aa0c573cdeb99bb3c946a3c98eae5ab3c5 Bump version and update Changes --- diff --git a/Changes b/Changes index ac78e96..47d1370 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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 diff --git a/README b/README index 3bd6204..e923fa0 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -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 @@ -25,7 +25,7 @@ This module requires these other modules and libraries: 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, diff --git a/lib/POE/Component/IRC/Plugin/Infobot.pm b/lib/POE/Component/IRC/Plugin/Infobot.pm index 69de38c..7fb2b31 100644 --- a/lib/POE/Component/IRC/Plugin/Infobot.pm +++ b/lib/POE/Component/IRC/Plugin/Infobot.pm @@ -5,7 +5,7 @@ use strict; use warnings; use re '/s'; -our $VERSION = '0.001002'; +our $VERSION = '0.001003'; use DB_File; @@ -213,7 +213,7 @@ Marius Gavrilescu, Emarius@ieval.roE =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,