Bump version and update Changes 0.001003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Feb 2015 21:23:43 +0000 (23:23 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Feb 2015 21:23:43 +0000 (23:23 +0200)
Changes
README
lib/POE/Component/IRC/Plugin/Hello.pm

diff --git a/Changes b/Changes
index 985d348dd7cafaeb36b9a5bf785c0d68b9e7b8b2..1bd1a507b973312918af91b357e247b6926a1f9d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+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
diff --git a/README b/README
index 557522dbb33a5a16ff0b4048ab7ab191511e3a2b..ac271c5732e8daa922203124af64aea9860a75a1 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-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
@@ -24,7 +24,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 9b03e4713061d343b320b863887c80bfe2322e2e..7a5cfe388ededa5edad82c51dc97a9261fed015a 100644 (file)
@@ -7,7 +7,7 @@ use utf8;
 use Encode qw/encode decode/;
 use Unicode::Normalize qw/NFC/;
 
-our $VERSION = '0.001002';
+our $VERSION = '0.001003';
 
 use List::Util qw/first/;
 
@@ -85,7 +85,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.011651 seconds and 4 git commands to generate.