Bump version and update Changes 5999.000_015
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Oct 2015 13:36:04 +0000 (14:36 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 10 Oct 2015 13:36:04 +0000 (14:36 +0100)
13 files changed:
Changes
README
lib/Gruntmaster/App.pm
lib/Gruntmaster/App/Command.pm
lib/Gruntmaster/App/Command/Add.pm
lib/Gruntmaster/App/Command/Get.pm
lib/Gruntmaster/App/Command/List.pm
lib/Gruntmaster/App/Command/Rerun.pm
lib/Gruntmaster/App/Command/Rm.pm
lib/Gruntmaster/App/Command/Set.pm
lib/Gruntmaster/App/Command/Show.pm
lib/Gruntmaster/Data.pm
lib/Gruntmaster/Opener.pm

diff --git a/Changes b/Changes
index af900b408efed28e15305ff6334636ed55bb0373..11ba3f4afd07c4bf8336a6446dd614fbf242c1d7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 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
diff --git a/README b/README
index 84f38d2b7b4d3516dcea9da8c7da949ef5acfb96..e0768a8edcdddd6c4612772265de4b2bc370dc46 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gruntmaster-Data version 5999.000_014
+Gruntmaster-Data version 5999.000_015
 =====================================
 
 This distribution contains:
index 28c80e29d9527f4e2742dee7b4169ce5e4374830..61805a4ba6d3d7f44a41e9924074073b43b08a92 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use App::Cmd::Setup '-app';
 use Gruntmaster::Data;
index 37c0e2a3acd2d4b31af870b2359128d3a9d36a5c..5408c6d393d56556ab64a1b06f97dcab0597703f 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use re '/s';
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use parent qw/App::Cmd::Command/;
 use Pod::Usage;
index 8f84dc3dbbeea559815ff92a7f363262fe5966c8..b54e4abdd1841126d6fd4b4acf66b4cfc7788017 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Add;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index e0febf9771c2d740da61e007bfe53c45dfab90cd..c751b4c27dcf1afbfdaecd92f6d88392316d0fde 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Get;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index ac810748f37b7860b5a2342cfcd34cbcf30aa291..70b7f0fe9ef65a0a6c577ae663563518983215fc 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::List;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index c309eaaeb9ce3be102f78b5438323210f150cfcb..bb4c0c8c6cb1d6928eb6bc82b563982c804536db 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rerun;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index bf0e8562a27cfefed2702e3841ac0cf9573bb277..0ddb03054ba2677677fb5a5c192a0707805010f3 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rm;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index c342e477ebf82078bc7d433c344f8953aad36afd..3ef26fcd63fb192e79aaf1259f3099eafe240334 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Set;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index e62aa1c436a139cd1c55ae0f59c8a84c9586b181..55e05e13594d6b06697763b5483991b6e09647d2 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Show;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_014';
+our $VERSION = '5999.000_015';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index 530aba7f80e2fb5142fde000d1a8dd2eaf4aaea3..d54f17bed7914dea9d42e0a7992bf6da1a4388c6 100644 (file)
@@ -3,7 +3,7 @@ use 5.014;
 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;
 
index 28c2f4cdbd61124c0d22828ccff18e6bda670ad3..d47db039eff6010363318e89cef3201181c5ad64 100644 (file)
@@ -7,7 +7,7 @@ use re '/s';
 
 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;
This page took 0.02042 seconds and 4 git commands to generate.