From: Marius Gavrilescu Date: Sat, 7 Jun 2014 20:42:25 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001002^0 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-hello.git;a=commitdiff_plain;h=7dc26b474274f442d4087651910a1a6e8f0f0805 Bump version and update Changes --- diff --git a/Changes b/Changes index c78766d..985d348 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ -0.001001 Tue 24 Sep 14:07:08 EEST 2013 - - Replace "niihau" with "ni hao" +0.001002 2014-06-07T23:42+03:00 + - Allow ! or . after a greeting + - Update indentation + - Make Changes follow the CPAN::Changes::Spec format -POE::Component::IRC::Plugin::Hello (0.001) 11 Jul 2013 - * Initial release +0.001001 2013-09-24T14:07:08+03:00 + - Replace "niihau" with "ni hao" + +0.001 2013-07-11 + - Initial release diff --git a/lib/POE/Component/IRC/Plugin/Hello.pm b/lib/POE/Component/IRC/Plugin/Hello.pm index f6bc02b..20b341a 100644 --- a/lib/POE/Component/IRC/Plugin/Hello.pm +++ b/lib/POE/Component/IRC/Plugin/Hello.pm @@ -3,7 +3,7 @@ package POE::Component::IRC::Plugin::Hello; use 5.014000; use strict; use warnings; -our $VERSION = '0.001001'; +our $VERSION = '0.001002'; use List::Util qw/first/;