RT-Extension-Drafts - Allow users to save/load drafts for ticket replies/comments

This RT Extension allow users to save a reply/comment as draft for the current
ticket and load it later.

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 RT site configuration file
(RT_SiteConfig.pm), example for RT >= 4:

    Plugin("RT::Extension::Drafts");

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc RT::Extension::Drafts

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-Drafts

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/RT-Extension-Drafts

    CPAN Ratings
        http://cpanratings.perl.org/d/RT-Extension-Drafts

    Search CPAN
        http://search.cpan.org/dist/RT-Extension-Drafts


COPYRIGHT AND LICENCE

Copyright (C) 2011-2016 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.