Clean one of the namespaces to pass a DBIC-side tests
Peter Rabbitson [Sat, 7 Dec 2013 11:01:27 +0000 (12:01 +0100)]
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'