From: Marius Gavrilescu Date: Sat, 24 May 2014 21:00:40 +0000 (+0300) Subject: Bump version number X-Git-Tag: 5999.000_007~3 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=812e07636fbffb1c85aaa1864721401d7de1057a Bump version number --- diff --git a/Changes b/Changes index e890ca1..326428a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_006 2014-05-25T00:02+03:00 + - Attempt to use correct perl in tools.t + 5999.000_005 2014-05-17T12:30+03:00 - Depend on DBIx::Class directly diff --git a/README b/README index 25763cd..cfc34d1 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gruntmaster-Data version 5999.000_004 +Gruntmaster-Data version 5999.000_006 ===================================== This distribution contains: diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 81f519d..35f4365 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_005'; +our $VERSION = '5999.000_006'; use Lingua::EN::Inflect qw/PL_N/; use Sub::Name qw/subname/;