projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
90097dd
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Schema/Object.pm
b/lib/SQL/Translator/Schema/Object.pm
index
ef0fc05
..
291e5a6
100644
(file)
--- 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