From: Marius Gavrilescu Date: Sat, 7 Nov 2015 17:44:12 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.001002^0 X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=c5d2570cd9e4c750d73fa26e0f8ca771d747c45b;p=app-statsbot.git Bump version and update Changes --- diff --git a/Changes b/Changes index 7be8026..d70270e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension App::Statsbot. +0.001002 2015-11-07T17:44+00:00 + - Fix MANIFEST + - Add perlcritic test and make code comply + 0.001001 2015-10-25T00:55+01:00 - Add !help command - Send error messages correctly diff --git a/README b/README index cae55a6..f037b4c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Statsbot version 0.001001 +App-Statsbot version 0.001002 ============================= statsbot is a simple IRC bot that tracks the people that inhabit a diff --git a/lib/App/Statsbot.pm b/lib/App/Statsbot.pm index 8db29f0..eaf71a3 100644 --- a/lib/App/Statsbot.pm +++ b/lib/App/Statsbot.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.001001'; +our $VERSION = '0.001002'; use POE; use POE::Component::IRC::State;