]> iEval git - plack-app-gruntmaster.git/blobdiff - lib/Gruntmaster/Data.pm
More bug fixes
[plack-app-gruntmaster.git] / lib / Gruntmaster / Data.pm
index 544a6d060613d816a305c5e3ea6700a351523116..9f4cf952b1d7ebc64f6759e2708bb5198a185661 100644 (file)
@@ -59,12 +59,13 @@ sub defhash{
        dynsub "push_$name", sub {
                my $nr = INCR cp . $name;
                HMSET cp . "$name.$nr", @_;
+               $nr
        };
 }
 
 defhash problem => qw/name level statement/;
 defhash contest => qw/start end name owner/;
-defhash job => qw/date file name private problem result result_text user/;
+defhash job => qw/date extension filesize private problem result result_text user/;
 
 our @EXPORT_OK = do {
        no strict 'refs';
This page took 0.025633 seconds and 4 git commands to generate.