RT-Extension-MandatoryRequestor - Enforce users to fill the requestor when creating a ticket

This RT Extension enforces users to fill the requestor when creating a ticket via the web interface.

INSTALLATION

To install this module, run the following commands:

        perl Makefile.PL
        make
        make test
        make install

Then, to make it active, add it to @Plugins in RT site configuration file (RT_SiteConfig.pm), example:

Set(@Plugins,(qw(RT::Extension::MandatoryRequestor)));

SUPPORT AND DOCUMENTATION

You can find documentation for this module with the perldoc command.

perldoc RT::Extension::MandatoryRequestor

You can also look for information at:

RT, CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-MandatoryRequestor

AnnoCPAN, Annotated CPAN documentation

http://annocpan.org/dist/RT-Extension-MandatoryRequestor

CPAN Ratings

http://cpanratings.perl.org/d/RT-Extension-MandatoryRequestor

Search CPAN

http://search.cpan.org/dist/RT-Extension-MandatoryRequestor

COPYRIGHT AND LICENCE

Copyright (C) 2009 Emmanuel Lacour

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.