Release 0.02
[manu/RT-Extension-ToggleSuperUser.git] / lib / RT / Extension / ToggleSuperUser.pm
1 package RT::Extension::ToggleSuperUser;
2
3 use warnings;
4 use strict;
5
6 =head1 NAME
7
8 RT::Extension::ToggleSuperUser - allow users with SuperUser right to quickly enable/disable this right.
9
10 =head1 VERSION
11
12 Version 0.02
13
14 =cut
15
16 our $VERSION = '0.02';
17
18
19 =head1 SYNOPSIS
20
21 This RT Extension allow users with SuperUser right to quickly enable/disable
22 this right with a simple link at the top of each page. This way, they can work
23 like standard users for day to day usage and enable SuperUser right only when
24 needed.
25
26 =head1 AUTHOR
27
28 Emmanuel Lacour, C<< <elacour at home-dn.net> >>
29
30 =head1 BUGS
31
32 Please report any bugs or feature requests to C<bug-rt-extension-ToggleSuperUser at rt.cpan.org>, or through
33 the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RT-Extension-ToggleSuperUser>.  I will be notified, and then you'll
34 automatically be notified of progress on your bug as I make changes.
35
36
37
38
39 =head1 SUPPORT
40
41 You can find documentation for this module with the perldoc command.
42
43     perldoc RT::Extension::ToggleSuperUser
44
45
46 You can also look for information at:
47
48 =over 4
49
50 =item * RT: CPAN's request tracker
51
52 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-ToggleSuperUser>
53
54 =item * AnnoCPAN: Annotated CPAN documentation
55
56 L<http://annocpan.org/dist/RT-Extension-ToggleSuperUser>
57
58 =item * CPAN Ratings
59
60 L<http://cpanratings.perl.org/d/RT-Extension-ToggleSuperUser>
61
62 =item * Search CPAN
63
64 L<http://search.cpan.org/dist/RT-Extension-ToggleSuperUser>
65
66 =back
67
68
69 =head1 ACKNOWLEDGEMENTS
70
71
72 =head1 COPYRIGHT & LICENSE
73
74 Copyright 2008 Emmanuel Lacour, all rights reserved.
75
76 This program is free software; you can redistribute it and/or modify it
77 under the same terms as Perl itself.
78
79 Request Tracker (RT) is Copyright Best Practical Solutions, LLC.
80
81 =cut
82
83 1; # End of RT::Extension::ToggleSuperUser