From: Matt S Trout Date: Sun, 22 Apr 2012 17:52:49 +0000 (+0000) Subject: move namespace::clean below Moo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98ccaeadce0106ea9784faf413a5ada940680b3a;p=dbsrgits%2FDBIx-Class-Historic.git move namespace::clean below Moo --- diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm index 35044f4..1697d78 100644 --- 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 });