projects
/
dbsrgits/Data-Query.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1937d04
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Data/Query/Renderer/Perl.pm
b/lib/Data/Query/Renderer/Perl.pm
index
2ce0923
..
967bf5f
100644
(file)
--- 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'