Clean one of the namespaces to pass a DBIC-side tests
[dbsrgits/Data-Query.git] / lib / Data / Query / Renderer / Perl.pm
index 2ce0923..967bf5f 100644 (file)
@@ -4,6 +4,7 @@ sub intersperse { my $i = shift; my @i = map +($_, $i), @_; pop @i; @i }
 
 use Data::Query::Constants qw(DQ_IDENTIFIER);
 use Moo;
+use namespace::clean;
 
 has simple_ops => (
   is => 'ro', builder => '_build_simple_ops'