Bump version and update Changes master 0.001003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Nov 2015 18:50:00 +0000 (18:50 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Nov 2015 18:50:00 +0000 (18:50 +0000)
Changes
README
lib/POE/Component/IRC/Plugin/Infobot.pm

diff --git a/Changes b/Changes
index ac78e962f81681522cd5fca3d7c7e51ad63e9ceb..47d1370ea26b5103543046bba37cb0e89c16e08d 100644 (file)
--- 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 3bd62049a780311d9511f8b54a85f2448890c0bf..e923fa0a85a47a391bc2db64c3cb8820057f9d7f 100644 (file)
--- 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,
index 69de38c5f0d2895edbf022d3a16b218c441f7b66..7fb2b31267bcfaf3469985b5499afe9e52dfe557 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.012913 seconds and 4 git commands to generate.