From 52ecde2f95cfb8e60fd3e4b4202cf52c1830ee0c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 00:45:02 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 14 +++++++++++--- README | 2 +- lib/POE/Component/IRC/Plugin/Infobot.pm | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index ec77ae1..ac78e96 100644 --- 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 43d9de2..3bd6204 100644 --- 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 diff --git a/lib/POE/Component/IRC/Plugin/Infobot.pm b/lib/POE/Component/IRC/Plugin/Infobot.pm index 5277c35..bd8d83d 100644 --- a/lib/POE/Component/IRC/Plugin/Infobot.pm +++ b/lib/POE/Component/IRC/Plugin/Infobot.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = 0.001001; +our $VERSION = '0.001002'; use DB_File; -- 2.30.2