X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FSubmit.pm;h=344661b142ee74f0800b1e32d3f89594c1ed01d6;hb=379160fdecb5423e2e616ed49d644d210069f4ab;hp=3f289d5c50eebb1f6b0e7680a48f07b92346273c;hpb=cd9af27e94244e6454c3db787a8ca6811f44fc16;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/Submit.pm b/lib/Gruntmaster/Page/Submit.pm index 3f289d5..344661b 100644 --- a/lib/Gruntmaster/Page/Submit.pm +++ b/lib/Gruntmaster/Page/Submit.pm @@ -3,20 +3,13 @@ package Gruntmaster::Page::Submit; use 5.014000; use strict; use warnings; -use parent qw/Exporter/; -our @EXPORT_OK = qw/generate/; +use Gruntmaster::Page::Base submit => 'Submit job'; +our @ISA = qw/Gruntmaster::Page::Base/; our $VERSION = '0.001'; -use constant FORMATS => [qw/CPP/]; -use constant TITLE => 'Submit job'; +use constant FORMATS => [qw/C CPP JAVA PERL PYTHON/]; -use Fcntl qw/:flock/; -use HTML::Template::Compiled; -use YAML::Any qw/LoadFile/; -use Gruntmaster::Page::Common qw/header footer/; -use Gruntmaster::Data qw//; - -my %templates = ( +use constant TEMPLATES => { en => <<'HTML',