1a0f1628c60a9b08700867b29c5e9215eb3b3b86
[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