X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=Makefile.PL;h=17fb90db0f776133c1075165856db504ba729893;hp=1a0f1628c60a9b08700867b29c5e9215eb3b3b86;hb=166eaa005c21d5b43aa546b1c915d4512df73a7e;hpb=c66faa965bf37a9542111dc4ab1eed4d7b516745 diff --git a/Makefile.PL b/Makefile.PL index 1a0f162..17fb90d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,8 +3,8 @@ use inc::Module::Install; RTx('RT-Extension-WatchedQueues'); license('perl'); author('Emmanuel Lacour '); -version('0.01'); -abstract('List queues the user is a watcher of'); +version('0.03'); +abstract_from('lib/RT/Extension/WatchedQueues.pm'); &WriteAll;