X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=Makefile.PL;h=17fb90db0f776133c1075165856db504ba729893;hp=8549e9315851fc1c8c5ca9a24940ccdf2e43e810;hb=HEAD;hpb=96037c8f943fb413d884e00d22bd63f97e1470c2 diff --git a/Makefile.PL b/Makefile.PL index 8549e93..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, in user configuration'); +version('0.03'); +abstract_from('lib/RT/Extension/WatchedQueues.pm'); &WriteAll;