X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=gruntmasterd;h=09a09bd6647e33eb3678f454b3b34781374e2efd;hp=100a78e269a79720b56f28d9b49ed47cf5c142cc;hb=cd0623f030026cc4a5c2c03d4464bb2d3cb75ca8;hpb=5c5cd38ad5b9e3c2b331564bc0b23e9167b7d07a diff --git a/gruntmasterd b/gruntmasterd index 100a78e..09a09bd 100755 --- a/gruntmasterd +++ b/gruntmasterd @@ -3,3 +3,35 @@ use v5.14; use Gruntmaster::Daemon; Gruntmaster::Daemon->run; + +__END__ + +=head1 NAME + +gruntmasterd - Gruntmaster 6000 Online Judge -- daemon + +=head1 SYNOPSIS + + gruntmasterd + +=head1 DESCRIPTION + +Gruntmaster::Daemon is the daemon component of the Gruntmaster 6000 online judge. + +gruntmasterd is a shortcut for calling C<< Gruntmaster::Daemon->run >>. It takes no arguments. + +=head1 AUTHOR + +Marius Gavrilescu Emarius@ieval.roE + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2014 by Marius Gavrilescu + +This library is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + + +=cut