From: Marius Gavrilescu Date: Sat, 16 Aug 2014 21:45:02 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 0.001002^0 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-infobot.git;a=commitdiff_plain;h=52ecde2f95cfb8e60fd3e4b4202cf52c1830ee0c Bump version and update Changes --- 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;