#!/usr/bin/perl -w use v5.14; use Gruntmaster::GUI; Gruntmaster::GUI->new->MainLoop; __END__ =head1 NAME gruntmaster-gui - Gruntmaster 6000 Online Judge -- GUI database editor =head1 SYNOPSIS gruntmaster-gui =head1 DESCRIPTION gruntmaster-gui is a GUI viewer and editor for the Gruntmaster 6000 database. CLI tools with the same purpose are distributed with Gruntmaster::Data. See L, L, L. =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 same terms as Perl itself, either Perl version 5.18.2 or, at your option, any later version of Perl 5 you may have available. =cut