]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Page/Submit.pm
Merge branch 'master' into mindcoding
[plack-app-gruntmaster.git] / lib / Gruntmaster / Page / Submit.pm
index aeffb08df4e56401ba96d349477534d121fdc9b0..ea67c2b609b3b6c575c86f92e2a7f1014bec367c 100644 (file)
@@ -1,15 +1,6 @@
 package Gruntmaster::Page::Submit;
 
-use 5.014000;
-use strict;
-use warnings;
 use Gruntmaster::Page::Base;
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
-
-use Apache2::Authen::Passphrase qw/pwcheck pwset USER_REGEX/;
-use File::Slurp qw/read_file/;
-use Plack::Request;
 
 use constant FORMAT_EXTENSION => {
        C => 'c',
@@ -64,6 +55,4 @@ sub generate{
        [303, [Location => $r->path =~ s,/pb/\w+/submit$,/log/,r], ['']]
 }
 
-sub variants{ [[reply => 1, undef, undef, undef, undef, undef]] }
-
 1
This page took 0.023015 seconds and 4 git commands to generate.