From: Arthur Axel 'fREW' Schmidt Date: Tue, 25 Sep 2012 18:54:54 +0000 (-0500) Subject: include Moo version in a single place X-Git-Tag: v0.11013_03~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd13bc8b07104583c80d8352bc51a0331a1b0547;p=dbsrgits%2FSQL-Translator.git include Moo version in a single place The reason we include this is that the bug fixed in the required version of Moo has to do with memory leaks and people will certainly not notice that very quickly --- diff --git a/lib/SQL/Translator/Schema/Object.pm b/lib/SQL/Translator/Schema/Object.pm index ef0fc05..291e5a6 100644 --- a/lib/SQL/Translator/Schema/Object.pm +++ b/lib/SQL/Translator/Schema/Object.pm @@ -38,7 +38,7 @@ equality. =cut -use Moo; +use Moo 1.000003; with qw( SQL::Translator::Role::Error