Bump version and update Changes 0.001002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:45:02 +0000 (00:45 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 16 Aug 2014 21:45:02 +0000 (00:45 +0300)
Changes
README
lib/POE/Component/IRC/Plugin/Infobot.pm

diff --git a/Changes b/Changes
index ec77ae1d0294dd8a997a72cadd8e9ed66b6b8d32..ac78e962f81681522cd5fca3d7c7e51ad63e9ceb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,15 @@
 Revision history for Perl extension POE::Component::IRC::Plugin::Infobot.
 
-0.001001 Tue 20 Aug 08:13:41 EEST 2013
-       * Fix build dependencies
+0.001002 2014-08-17T00:18+03:00
+ - CPAN Day cleanup release
+ - Update Changes to follow CPAN::Changes::Spec
+ - Set POD encoding to utf-8
+ - Reindent code, tests, Makefile.PL
+ - Enable SIGN, add repository
+
+0.001001 2013-08-20T08:13:41+03:00
+ - Fix build dependencies
+
 0.001 2013-08-09
      * Initial release
- Initial release
 
diff --git a/README b/README
index 43d9de253ac733a154dcc7e446b3006b3fc87790..3bd62049a780311d9511f8b54a85f2448890c0bf 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-POE-Component-IRC-Plugin-Infobot version 0.001001
+POE-Component-IRC-Plugin-Infobot version 0.001002
 =================================================
 
 POE::Component::IRC::Plugin::Infobot is a PoCo-IRC plugin that makes
index 5277c351003e968c92c666f3cba834b23dbfd4b6..bd8d83d6009923cfdf8679bc5e239ebb2795aac1 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = 0.001001;
+our $VERSION = '0.001002';
 
 use DB_File;
 
This page took 0.012647 seconds and 4 git commands to generate.