Bump version and update Changes 5999.000_014
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 2 Oct 2015 19:10:33 +0000 (22:10 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 2 Oct 2015 19:10:33 +0000 (22:10 +0300)
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 88c3ca121e5fc37279c8eb2327dbbec34db0ffec..af900b408efed28e15305ff6334636ed55bb0373 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Perl extension Gruntmaster::Data.
 
 Revision history for Perl extension Gruntmaster::Data.
 
+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
+ - Replace DBIx::Class with DBIx::Simple
+ - Add sample database and more tests
+ - Add gruntmaster-opener
+ - Many other smaller changes
+
 5999.000_013 2014-12-20T23:20+02:00
  - Improve user_list performance
  - Sort problem and contest lists in user_entry
 5999.000_013 2014-12-20T23:20+02:00
  - Improve user_list performance
  - Sort problem and contest lists in user_entry
diff --git a/README b/README
index a8d695cc0bbf60261a1e02b957e93679bd7ded30..84f38d2b7b4d3516dcea9da8c7da949ef5acfb96 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gruntmaster-Data version 5999.000_013
+Gruntmaster-Data version 5999.000_014
 =====================================
 
 This distribution contains:
 =====================================
 
 This distribution contains:
index 427352659c5da5c0bf4ea9a7f9c122b7cd852cad..c867f70b6738a88dfc0ad6c96213015d2ddcc35a 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use App::Cmd::Setup '-app';
 use Gruntmaster::Data;
 
 use App::Cmd::Setup '-app';
 use Gruntmaster::Data;
index 23396c68fe4c58a819f61cc1fcdc5a5a6a530465..37c0e2a3acd2d4b31af870b2359128d3a9d36a5c 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use re '/s';
 
 use warnings;
 use re '/s';
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use parent qw/App::Cmd::Command/;
 use Pod::Usage;
 
 use parent qw/App::Cmd::Command/;
 use Pod::Usage;
index 36a8156a946df6970d2a488ca33afc9e1c4eb722..8f84dc3dbbeea559815ff92a7f363262fe5966c8 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Add;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index 9c10526cf8bc7acdfe5a71f205e409a01082237c..e0febf9771c2d740da61e007bfe53c45dfab90cd 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Get;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index b2b3ab5b4430835adeab861eb363ecb98238bdd4..ac810748f37b7860b5a2342cfcd34cbcf30aa291 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::List;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index 228fd556d33cb792d1c0dad9f4e40bdfb9f44ce5..c309eaaeb9ce3be102f78b5438323210f150cfcb 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rerun;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index 6831c67b18b8f01cdd028dc634e582d6945dcd85..bf0e8562a27cfefed2702e3841ac0cf9573bb277 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rm;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index d18726e3eb890ebe644df3a62dee1fbcb0ae5946..c342e477ebf82078bc7d433c344f8953aad36afd 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Set;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index df9367a07ddf8ad17c6318f0c1ef8bce1b2a3455..e62aa1c436a139cd1c55ae0f59c8a84c9586b181 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Show;
 use 5.014000;
 use warnings;
 
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
index d5d7152462e1218a274c5dd1421ee3a9c56513dc..530aba7f80e2fb5142fde000d1a8dd2eaf4aaea3 100644 (file)
@@ -3,7 +3,7 @@ use 5.014;
 use warnings;
 
 use parent qw/Exporter/;
 use warnings;
 
 use parent qw/Exporter/;
-our $VERSION = '5999.000_013';
+our $VERSION = '5999.000_014';
 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/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 8ee43d8715c4ac3963a1b8d28ec51f98b8246e77..28c2f4cdbd61124c0d22828ccff18e6bda670ad3 100644 (file)
@@ -7,7 +7,7 @@ use re '/s';
 
 our @EXPORT = qw/handle_line/;
 our @EXPORT_OK = @EXPORT;
 
 our @EXPORT = qw/handle_line/;
 our @EXPORT_OK = @EXPORT;
-our $VERSION = '5999.000_013';
+our $VERSION = '5999.000_014';
 
 use Date::Parse qw/str2time/;
 use Gruntmaster::Data;
 
 use Date::Parse qw/str2time/;
 use Gruntmaster::Data;
This page took 0.020523 seconds and 4 git commands to generate.