Add missing required lib and fix doc.
[manu/RT-Extension-WatchedQueues.git] / Makefile.PL
index 1a0f162..0332de6 100644 (file)
@@ -4,7 +4,7 @@ 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');
+abstract_from('lib/RT/Extension/WatchedQueues.pm');
 
 &WriteAll;