From c6978168938cb72a3f95a47a3057a3233b51e9bc Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 30 Aug 2015 01:00:10 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/POE/Component/IRC/Plugin/Seen.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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; -- 2.30.2