From: Marius Gavrilescu Date: Sat, 17 May 2014 07:51:40 +0000 (+0300) Subject: Bump version and add changelog entry X-Git-Tag: 5999.000_004^0 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=4af36c88e2defa6b15cb7a086b4e9bd2866ddd03 Bump version and add changelog entry --- diff --git a/Changes b/Changes index b78e9f7..d41b0ec 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_004 2014-05-17T10:52+03:00 + - Build-Depend on SQL::Translator + - Fix version + 5999.000_003 2014-05-16T19:31+03:00 - Use Postgres (via DBIx::Class) instead of Redis - Change license to perl diff --git a/README b/README index 11eaa87..25763cd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gruntmaster-Data version 5999.000_003 +Gruntmaster-Data version 5999.000_004 ===================================== This distribution contains: diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 2939edb..457f12b 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_003; +our $VERSION = '5999.000_004'; use Lingua::EN::Inflect qw/PL_N/; use Sub::Name qw/subname/;