Cleanup.
[manu/RT-Extension-WatchedQueues.git] / Makefile.PL
1 use inc::Module::Install;
2
3 RTx('RT-Extension-WatchedQueues');
4 license('perl');
5 author('Emmanuel Lacour <elacour@home-dn.net>');
6 version('0.01');
7 abstract('List queues the user is a watcher of');
8
9 &WriteAll;
10