Initial commit
[gruntmaster-gui.git] / gruntmaster-gui
1 #!/usr/bin/perl -w
2 use v5.14;
3
4 use Gruntmaster::GUI;
5
6 Gruntmaster::GUI->new->MainLoop;
7
8 __END__
9
10 =head1 NAME
11
12 gruntmaster-gui - Gruntmaster 6000 Online Judge -- GUI database editor
13
14 =head1 SYNOPSIS
15
16 gruntmaster-gui
17
18 =head1 DESCRIPTION
19
20 gruntmaster-gui is a GUI viewer and editor for the Gruntmaster 6000 database.
21
22 CLI tools with the same purpose are distributed with Gruntmaster::Data. See L<gruntmaster-contest(1)>, L<gruntmaster-job(1)>, L<gruntmaster-problem(1)>.
23
24 =head1 AUTHOR
25
26 Marius Gavrilescu E<lt>marius@ieval.roE<gt>
27
28 =head1 COPYRIGHT AND LICENSE
29
30 Copyright (C) 2014 by Marius Gavrilescu
31
32 This library is free software; you can redistribute it and/or modify
33 it under the same terms as Perl itself, either Perl version 5.18.2 or,
34 at your option, any later version of Perl 5 you may have available.
35
36
37 =cut
This page took 0.019184 seconds and 4 git commands to generate.