]>
Commit | Line | Data |
---|---|---|
1 | #!/usr/bin/perl -w | |
2 | use v5.14; | |
3 | use Gruntmaster::Daemon; | |
4 | ||
5 | Gruntmaster::Daemon->run; | |
6 | ||
7 | __END__ | |
8 | ||
9 | =head1 NAME | |
10 | ||
11 | gruntmasterd - Gruntmaster 6000 Online Judge -- daemon | |
12 | ||
13 | =head1 SYNOPSIS | |
14 | ||
15 | gruntmasterd | |
16 | ||
17 | =head1 DESCRIPTION | |
18 | ||
19 | Gruntmaster::Daemon is the daemon component of the Gruntmaster 6000 online judge. | |
20 | ||
21 | gruntmasterd is a shortcut for calling C<< Gruntmaster::Daemon->run >>. It takes no arguments. | |
22 | ||
23 | =head1 AUTHOR | |
24 | ||
25 | Marius Gavrilescu E<lt>marius@ieval.roE<gt> | |
26 | ||
27 | =head1 COPYRIGHT AND LICENSE | |
28 | ||
29 | Copyright (C) 2014 by Marius Gavrilescu | |
30 | ||
31 | This library is free software: you can redistribute it and/or modify | |
32 | it under the terms of the GNU Affero General Public License as published by | |
33 | the Free Software Foundation, either version 3 of the License, or | |
34 | (at your option) any later version. | |
35 | ||
36 | ||
37 | =cut |