From: Marius Gavrilescu Date: Sat, 16 Aug 2014 22:01:44 +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-logger-irssi.git;a=commitdiff_plain Bump version and update Changes --- 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;