X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=lib%2FRT%2FExtension%2FWatchedQueues.pm;fp=lib%2FRT%2FExtension%2FWatchedQueues.pm;h=7cfb831a48825d0d10640d76b439cc8467b54a85;hp=0000000000000000000000000000000000000000;hb=e1833069d86f0e670e7a4be1cd04a5daa97b2d92;hpb=c66faa965bf37a9542111dc4ab1eed4d7b516745 diff --git a/lib/RT/Extension/WatchedQueues.pm b/lib/RT/Extension/WatchedQueues.pm new file mode 100644 index 0000000..7cfb831 --- /dev/null +++ b/lib/RT/Extension/WatchedQueues.pm @@ -0,0 +1,81 @@ +package RT::Extension::WatchedQueues; + +use warnings; +use strict; + +=head1 NAME + +RT::Extension::WatchedQueues - List queues the user is a watcher of + +=head1 VERSION + +Version 0.01 + +=cut + +our $VERSION = '0.01'; + + +=head1 SYNOPSIS + +This RT Extension allow to display the list of queues the user is watcher, in +the user configuration tab. + +=head1 AUTHOR + +Emmanuel Lacour, C<< >> + +=head1 BUGS + +Please report any bugs or feature requests to C, or through +the web interface at L. I will be notified, and then you'll +automatically be notified of progress on your bug as I make changes. + + + + +=head1 SUPPORT + +You can find documentation for this module with the perldoc command. + + perldoc RT::Extension::WatchedQueues + + +You can also look for information at: + +=over 4 + +=item * RT: CPAN's request tracker + +L + +=item * AnnoCPAN: Annotated CPAN documentation + +L + +=item * CPAN Ratings + +L + +=item * Search CPAN + +L + +=back + + +=head1 ACKNOWLEDGEMENTS + + +=head1 COPYRIGHT & LICENSE + +Copyright 2008 Emmanuel Lacour, all rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +Request Tracker (RT) is Copyright Best Practical Solutions, LLC. + +=cut + +1; # End of RT::Extension::WatchedQueues