From 7dc26b474274f442d4087651910a1a6e8f0f0805 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 7 Jun 2014 23:42:25 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 13 +++++++++---- lib/POE/Component/IRC/Plugin/Hello.pm | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) 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/; -- 2.30.2