include Moo version in a single place
Arthur Axel 'fREW' Schmidt [Tue, 25 Sep 2012 18:54:54 +0000 (13:54 -0500)]
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

lib/SQL/Translator/Schema/Object.pm

index ef0fc05..291e5a6 100644 (file)
@@ -38,7 +38,7 @@ equality.
 
 =cut
 
-use Moo;
+use Moo 1.000003;
 
 with qw(
   SQL::Translator::Role::Error