| RT-Extension-MandatoryRequestor documentation | Contained in the RT-Extension-MandatoryRequestor distribution. |
RT::Extension::MandatoryRequestor - Enforce users to fill the requestor when creating a ticket
Version 0.02
This RT Extension enforces users to fill the requestor when creating a ticket via the web interface.
Emmanuel Lacour, <elacour at home-dn.net>
Please report any bugs or feature requests to bug-rt-extension-MandatoryRequestor at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RT-Extension-MandatoryRequestor. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc RT::Extension::MandatoryRequestor
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-MandatoryRequestor
http://cpanratings.perl.org/d/RT-Extension-MandatoryRequestor
Copyright 2009 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.
| RT-Extension-MandatoryRequestor documentation | Contained in the RT-Extension-MandatoryRequestor distribution. |
package RT::Extension::MandatoryRequestor; use warnings; use strict;
our $VERSION = '0.02';
1; # End of RT::Extension::MandatoryRequestor