Revision history for Perl extension Gruntmaster::Data.
+5999.000_015 2015-10-10T14:36+03:00
+ - Make t/tools.t not crash when postgres is not running
+
5999.000_014 2015-10-02T22:10+03:00
- Almost fit for a stable release (more real-world testing needed)
- Replace gruntmaster-* tools with an App::Cmd-based script
-Gruntmaster-Data version 5999.000_014
+Gruntmaster-Data version 5999.000_015
=====================================
This distribution contains:
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use App::Cmd::Setup '-app';
use Gruntmaster::Data;
use warnings;
use re '/s';
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use parent qw/App::Cmd::Command/;
use Pod::Usage;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use 5.014000;
use warnings;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Gruntmaster::App '-command';
use Gruntmaster::Data;
use warnings;
use parent qw/Exporter/;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
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 take_job finish_job open_problem/;
our @EXPORT_OK = @EXPORT;
our @EXPORT = qw/handle_line/;
our @EXPORT_OK = @EXPORT;
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
use Date::Parse qw/str2time/;
use Gruntmaster::Data;