Release 0.03 with no change due to mis-upload on CPAN
[manu/RT-Extension-WatchedQueues.git] / Makefile.PL
index 1a0f162..17fb90d 100644 (file)
@@ -3,8 +3,8 @@ use inc::Module::Install;
 RTx('RT-Extension-WatchedQueues');
 license('perl');
 author('Emmanuel Lacour <elacour@home-dn.net>');
-version('0.01');
-abstract('List queues the user is a watcher of');
+version('0.03');
+abstract_from('lib/RT/Extension/WatchedQueues.pm');
 
 &WriteAll;