From: Marius Gavrilescu Date: Sat, 29 Aug 2015 22:00:10 +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-seen.git;a=commitdiff_plain;h=c6978168938cb72a3f95a47a3057a3233b51e9bc Bump version and update Changes --- diff --git a/Changes b/Changes index f886652..17e1c66 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension POE::Component::IRC::Plugin::Seen. +0.001002 2015-08-30T01:00+03:00 + - Allow ! before seen + - Fix behaviour on privmsg and add tests for privmsg + 0.001001 2014-03-29T22:56Z - Improve Makefile.PL - Update Changes to follow CPAN::Changes::Spec diff --git a/README b/README index 8e7f279..6a486ce 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -POE-Component-IRC-Plugin-Seen version 0.001001 +POE-Component-IRC-Plugin-Seen version 0.001002 ============================================== POE::Component::IRC::Plugin::Seen is a PoCo-IRC plugin that remembers diff --git a/lib/POE/Component/IRC/Plugin/Seen.pm b/lib/POE/Component/IRC/Plugin/Seen.pm index 90a13a6..07f5e5c 100644 --- a/lib/POE/Component/IRC/Plugin/Seen.pm +++ b/lib/POE/Component/IRC/Plugin/Seen.pm @@ -1,6 +1,6 @@ package POE::Component::IRC::Plugin::Seen; -our $VERSION = 0.001001; +our $VERSION = 0.001002; use v5.14; use strict;