From 2b419b08d8547e9fcd759d6a04cc6d803be1c3b5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 28 Sep 2014 00:02:04 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ lib/Gruntmaster/Data.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0fdcc56..f1a126e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_009 2014-09-28T00:02+03:00 + - Add page information to job_list + - Prevent experimental reference usage warnings + 5999.000_008 2014-08-03T00:25+03:00 - Add a method for computing standings. - Depend on Authen::Passphrase(::BlowfishCrypt) diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index c3aa997..7afcbb9 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -15,7 +15,7 @@ __PACKAGE__->load_namespaces; # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-05 13:11:39 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAEmtAexvUaNXLgYz2rNEg -our $VERSION = '5999.000_008'; +our $VERSION = '5999.000_009'; use Lingua::EN::Inflect qw/PL_N/; use JSON qw/decode_json/; -- 2.30.2