From: Peter Rabbitson Date: Sat, 7 Dec 2013 11:01:27 +0000 (+0100) Subject: Clean one of the namespaces to pass a DBIC-side tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38e73e0c715a5c358d5fa3d8f3b7ddf4c5622577;p=dbsrgits%2FData-Query.git Clean one of the namespaces to pass a DBIC-side tests --- diff --git a/lib/Data/Query/Renderer/Perl.pm b/lib/Data/Query/Renderer/Perl.pm index 2ce0923..967bf5f 100644 --- a/lib/Data/Query/Renderer/Perl.pm +++ b/lib/Data/Query/Renderer/Perl.pm @@ -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'