From: Marius Gavrilescu Date: Tue, 24 Sep 2013 11:08:54 +0000 (+0300) Subject: Bump version X-Git-Tag: 0.001002~5 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-hello.git;a=commitdiff_plain;h=d4df44503d8844b01f39da9dae5c546623d3a99f Bump version --- diff --git a/Changes b/Changes index 48e3ab4..c78766d 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,5 @@ +0.001001 Tue 24 Sep 14:07:08 EEST 2013 + - Replace "niihau" with "ni hao" + POE::Component::IRC::Plugin::Hello (0.001) 11 Jul 2013 - * Initial release \ No newline at end of file + * Initial release diff --git a/README b/README index b35cfa4..557522d 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -POE-Component-IRC-Plugin-Hello version 0.001 -============================================ +POE-Component-IRC-Plugin-Hello version 0.001001 +=============================================== POE::Component::IRC::Plugin::Hello is a PoCo-IRC plugin that greets back who greet him or a channel in public. It knows how to say hello in several diff --git a/lib/POE/Component/IRC/Plugin/Hello.pm b/lib/POE/Component/IRC/Plugin/Hello.pm index 3e83230..90c14f1 100644 --- a/lib/POE/Component/IRC/Plugin/Hello.pm +++ b/lib/POE/Component/IRC/Plugin/Hello.pm @@ -1,8 +1,9 @@ -package POE::Component::IRC::Plugin::Hello 0.001; +package POE::Component::IRC::Plugin::Hello; use 5.014000; use strict; use warnings; +our $VERSION = '0.001001'; use List::Util qw/first/;