include Moo version in a single place
[dbsrgits/SQL-Translator.git] / 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