From add75bf5fd4cdb38773dc60653f908d3a42b57e2 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 10 Oct 2015 14:36:04 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 2 +- lib/Gruntmaster/App.pm | 2 +- lib/Gruntmaster/App/Command.pm | 2 +- lib/Gruntmaster/App/Command/Add.pm | 2 +- lib/Gruntmaster/App/Command/Get.pm | 2 +- lib/Gruntmaster/App/Command/List.pm | 2 +- lib/Gruntmaster/App/Command/Rerun.pm | 2 +- lib/Gruntmaster/App/Command/Rm.pm | 2 +- lib/Gruntmaster/App/Command/Set.pm | 2 +- lib/Gruntmaster/App/Command/Show.pm | 2 +- lib/Gruntmaster/Data.pm | 2 +- lib/Gruntmaster/Opener.pm | 2 +- 13 files changed, 15 insertions(+), 12 deletions(-) diff --git a/Changes b/Changes index af900b4..11ba3f4 100644 --- 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 84f38d2..e0768a8 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gruntmaster-Data version 5999.000_014 +Gruntmaster-Data version 5999.000_015 ===================================== This distribution contains: diff --git a/lib/Gruntmaster/App.pm b/lib/Gruntmaster/App.pm index 28c80e2..61805a4 100644 --- a/lib/Gruntmaster/App.pm +++ b/lib/Gruntmaster/App.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command.pm b/lib/Gruntmaster/App/Command.pm index 37c0e2a..5408c6d 100644 --- a/lib/Gruntmaster/App/Command.pm +++ b/lib/Gruntmaster/App/Command.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/Add.pm b/lib/Gruntmaster/App/Command/Add.pm index 8f84dc3..b54e4ab 100644 --- a/lib/Gruntmaster/App/Command/Add.pm +++ b/lib/Gruntmaster/App/Command/Add.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/Get.pm b/lib/Gruntmaster/App/Command/Get.pm index e0febf9..c751b4c 100644 --- a/lib/Gruntmaster/App/Command/Get.pm +++ b/lib/Gruntmaster/App/Command/Get.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/List.pm b/lib/Gruntmaster/App/Command/List.pm index ac81074..70b7f0f 100644 --- a/lib/Gruntmaster/App/Command/List.pm +++ b/lib/Gruntmaster/App/Command/List.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/Rerun.pm b/lib/Gruntmaster/App/Command/Rerun.pm index c309eaa..bb4c0c8 100644 --- a/lib/Gruntmaster/App/Command/Rerun.pm +++ b/lib/Gruntmaster/App/Command/Rerun.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/Rm.pm b/lib/Gruntmaster/App/Command/Rm.pm index bf0e856..0ddb030 100644 --- a/lib/Gruntmaster/App/Command/Rm.pm +++ b/lib/Gruntmaster/App/Command/Rm.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/Set.pm b/lib/Gruntmaster/App/Command/Set.pm index c342e47..3ef26fc 100644 --- a/lib/Gruntmaster/App/Command/Set.pm +++ b/lib/Gruntmaster/App/Command/Set.pm @@ -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; diff --git a/lib/Gruntmaster/App/Command/Show.pm b/lib/Gruntmaster/App/Command/Show.pm index e62aa1c..55e05e1 100644 --- a/lib/Gruntmaster/App/Command/Show.pm +++ b/lib/Gruntmaster/App/Command/Show.pm @@ -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; diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 530aba7..d54f17b 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -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; diff --git a/lib/Gruntmaster/Opener.pm b/lib/Gruntmaster/Opener.pm index 28c2f4c..d47db03 100644 --- a/lib/Gruntmaster/Opener.pm +++ b/lib/Gruntmaster/Opener.pm @@ -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; -- 2.30.2