Initial files for a 0.01 release.
[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, in user configuration');
8
9 &WriteAll;
10