Fix bad module name in tests.
[manu/RT-Extension-MandatorySubject.git] / README
1 RT-Extension-MandatorySubject - Enforce users to fill the subject when creating a ticket
2
3 This RT Extension enforces users to fill the subject when creating a ticket via
4 the web interface.
5
6 INSTALLATION
7
8 To install this module, run the following commands:
9
10         perl Makefile.PL
11         make
12         make test
13         make install
14
15 Then, to make it active, add it to @Plugins in RT site configuration file
16 (RT_SiteConfig.pm), example:
17
18     Set(@Plugins,(qw(RT::Extension::MandatorySubject)));
19
20 SUPPORT AND DOCUMENTATION
21
22 You can find documentation for this module with the perldoc command.
23
24     perldoc RT::Extension::MandatorySubject
25
26
27 You can also look for information at:
28
29     RT, CPAN's request tracker
30         http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-MandatorySubject
31
32     AnnoCPAN, Annotated CPAN documentation
33         http://annocpan.org/dist/RT-Extension-MandatorySubject
34
35     CPAN Ratings
36         http://cpanratings.perl.org/d/RT-Extension-MandatorySubject
37
38     Search CPAN
39         http://search.cpan.org/dist/RT-Extension-MandatorySubject
40
41
42 COPYRIGHT AND LICENCE
43
44 Copyright (C) 2008 Emmanuel Lacour
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
49 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
50