From: Marius Gavrilescu Date: Sat, 27 Sep 2014 21:02:04 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 5999.000_009^0 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=2b419b08d8547e9fcd759d6a04cc6d803be1c3b5 Bump version and update Changes --- 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/;