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