From 4779105915c19046793a5fc2e3c920d3e9deef29 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 3 Aug 2014 00:25:11 +0300 Subject: [PATCH 1/1] Bump version and update Changes --- Changes | 5 +++++ lib/Gruntmaster/Data.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/; -- 2.30.2