From 166eaa005c21d5b43aa546b1c915d4512df73a7e Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Thu, 6 Nov 2008 11:04:48 +0100 Subject: [PATCH] Release 0.03 with no change due to mis-upload on CPAN --- Changes | 2 +- META.yml | 2 +- Makefile.PL | 2 +- lib/RT/Extension/WatchedQueues.pm | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index acd2104..4c78db1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for RT-Extension-WatchedQueues -0.02 Thu, 06 Nov 2008 10:53:36 +0100 +0.03 Thu, 06 Nov 2008 10:53:36 +0100 Add link to jump to modify queues watchers page. 0.01 Tue, 16 Sep 2008 14:50:37 +0200 diff --git a/META.yml b/META.yml index f7eadfd..ea3cad2 100644 --- a/META.yml +++ b/META.yml @@ -8,4 +8,4 @@ no_index: directory: - html - inc -version: 0.02 +version: 0.03 diff --git a/Makefile.PL b/Makefile.PL index c27336d..17fb90d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install; RTx('RT-Extension-WatchedQueues'); license('perl'); author('Emmanuel Lacour '); -version('0.02'); +version('0.03'); abstract_from('lib/RT/Extension/WatchedQueues.pm'); &WriteAll; diff --git a/lib/RT/Extension/WatchedQueues.pm b/lib/RT/Extension/WatchedQueues.pm index 568ee90..a1921d2 100644 --- a/lib/RT/Extension/WatchedQueues.pm +++ b/lib/RT/Extension/WatchedQueues.pm @@ -9,11 +9,11 @@ RT::Extension::WatchedQueues - List queues the user is a watcher of =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS -- 2.11.0