Bump version and update Changes 0.001002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Jun 2014 20:42:25 +0000 (23:42 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Jun 2014 20:42:25 +0000 (23:42 +0300)
Changes
lib/POE/Component/IRC/Plugin/Hello.pm

diff --git a/Changes b/Changes
index c78766db9c88ac494ee3d76fec7733443fb0ce25..985d348dd7cafaeb36b9a5bf785c0d68b9e7b8b2 100644 (file)
--- 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
index f6bc02bfda1d7f9e1e98d305693538c610df2564..20b341a6217cacc2357a2410a96577d4f89892de 100644 (file)
@@ -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/;
 
This page took 0.011434 seconds and 4 git commands to generate.