Release 0.03 with no change due to mis-upload on CPAN 0.03
authorEmmanuel Lacour <elacour@easter-eggs.com>
Thu, 6 Nov 2008 10:04:48 +0000 (11:04 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Thu, 6 Nov 2008 10:04:48 +0000 (11:04 +0100)
Changes
META.yml
Makefile.PL
lib/RT/Extension/WatchedQueues.pm

diff --git a/Changes b/Changes
index acd2104..4c78db1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for RT-Extension-WatchedQueues
 
 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
         Add link to jump to modify queues watchers page.
 
 0.01    Tue, 16 Sep 2008 14:50:37 +0200
index f7eadfd..ea3cad2 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -8,4 +8,4 @@ no_index:
   directory:
     - html
     - inc
   directory:
     - html
     - inc
-version: 0.02
+version: 0.03
index c27336d..17fb90d 100644 (file)
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx('RT-Extension-WatchedQueues');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
 RTx('RT-Extension-WatchedQueues');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
-version('0.02');
+version('0.03');
 abstract_from('lib/RT/Extension/WatchedQueues.pm');
 
 &WriteAll;
 abstract_from('lib/RT/Extension/WatchedQueues.pm');
 
 &WriteAll;
index 568ee90..a1921d2 100644 (file)
@@ -9,11 +9,11 @@ RT::Extension::WatchedQueues - List queues the user is a watcher of
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.02
+Version 0.03
 
 =cut
 
 
 =cut
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS