projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ea5d6a
)
move namespace::clean below Moo
Matt S Trout [Sun, 22 Apr 2012 17:52:49 +0000 (17:52 +0000)]
lib/DBIx/Class/SQLMaker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLMaker.pm
b/lib/DBIx/Class/SQLMaker.pm
index
35044f4
..
1697d78
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker.pm
+++ b/
lib/DBIx/Class/SQLMaker.pm
@@
-44,8
+44,8
@@
use mro 'c3';
use Sub::Name 'subname';
use DBIx::Class::Carp;
use DBIx::Class::Exception;
-use namespace::clean;
use Moo;
+use namespace::clean;
has limit_dialect => (is => 'rw', trigger => sub { shift->clear_renderer });