From 8f7e36dc5ccf4304f1de9ab64a741e4be48e57ac Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 17 Aug 2014 01:01:44 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 17 +++++++++++++---- README | 2 +- lib/POE/Component/IRC/Plugin/Logger/Irssi.pm | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 8986bcf..d0569cd 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,16 @@ Revision history for Perl extension POE::Component::IRC::Plugin::Logger::Irssi. -0.001001 Mon 12 Aug 20:01:51 EEST 2013 - - Fix Makefile.PL -0.001 Mon 12 Aug 15:58:49 EEST 2013 - - Initial release +0.001002 2014-08-17T01:01+03:00 + - CPAN Day cleanup release + - Update Changes to follow CPAN::Changes::Spec + - Set POD encoding to utf-8 + - Reindent code and Makefile.PL + - Enable SIGN, add repository + - Add shebang line to test + +0.001001 2013-08-12T20:01:51+03:00 + - Fix Makefile.PL + +0.001 2013-08-12T15:58:49+03:00 + - Initial release diff --git a/README b/README index ca0a7c9..2c63696 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -POE-Component-IRC-Plugin-Logger-Irssi version 0.001001 +POE-Component-IRC-Plugin-Logger-Irssi version 0.001002 ====================================================== POE::Component::IRC::Plugin::Logger::Irssi is an extension to the diff --git a/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm b/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm index 0a82627..22172a2 100644 --- a/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm +++ b/lib/POE/Component/IRC/Plugin/Logger/Irssi.pm @@ -1,6 +1,6 @@ package POE::Component::IRC::Plugin::Logger::Irssi; -our $VERSION = 0.001001; +our $VERSION = '0.001002'; use 5.014000; use strict; -- 2.30.2