From: Marius Gavrilescu Date: Sat, 2 Aug 2014 21:25:11 +0000 (+0300) Subject: Bump version and update Changes X-Git-Tag: 5999.000_008^0 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=4779105915c19046793a5fc2e3c920d3e9deef29;hp=15a021b7ecb54c257916239a8126025edc5ffb3e Bump version and update Changes --- diff --git a/Changes b/Changes index c25ced4..0fdcc56 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_008 2014-08-03T00:25+03:00 + - Add a method for computing standings. + - Depend on Authen::Passphrase(::BlowfishCrypt) + - Fix bugs in user_list and set_passphrase + 5999.000_007 2014-07-20T01:38+03:00 - Add some utility functions. diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index ae13295..608ca50 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_007'; +our $VERSION = '5999.000_008'; use Lingua::EN::Inflect qw/PL_N/; use JSON qw/decode_json/;