Revision history for Perl extension Gruntmaster::Data.
+6000.001 2018-10-03T21:15+03:00
+ - First stable release
+ - Computation of standings now ignores jobs that are not finished
+ - Set search_path in dbinit to make it easy to put all gruntmaster
+ tables into their own schema.
+
5999.000_016 2016-03-12T20:05+02:00
- Add gm edit command
- Make gm rerun also work with problems
-Gruntmaster-Data version 5999.000_016
-=====================================
+Gruntmaster-Data version 6000.001
+=================================
This distribution contains:
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use App::Cmd::Setup '-app';
use Gruntmaster::Data;
use warnings;
use re '/s';
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use parent qw/App::Cmd::Command/;
use Pod::Usage;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use File::Temp qw/tempfile/;
use File::Slurp qw/read_file write_file/;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use warnings;
use parent qw/Exporter/;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
our @EXPORT = qw/dbinit purge db user_list user_entry problem_list problem_entry contest_list contest_entry contest_has_problem job_list job_entry create_job standings update_status rerun_job rerun_problem take_job finish_job open_problem/;
our @EXPORT_OK = @EXPORT;
our @EXPORT = qw/handle_line/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '5999.000_016';
+our $VERSION = '6000.001';
use Date::Parse qw/str2time/;
use Gruntmaster::Data;