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


RT-Extension-MandatoryRequestor documentation Contained in the RT-Extension-MandatoryRequestor distribution.

Index


Code Index:

NAME

Top

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

VERSION

Top

Version 0.02

SYNOPSIS

Top

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

AUTHOR

Top

Emmanuel Lacour, <elacour at home-dn.net>

BUGS

Top

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.

SUPPORT

Top

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

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


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