X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker.pm;h=1340165a825f097b506b37ea01a1331af232268b;hb=9c1700e39e6ee002d9294c0d988882d1f0d7d86f;hp=cb9dcd8b7d9b9a5c42e73fd74ef121598863b49d;hpb=0542ec57a03300b96f3680c02d4a3290c8922255;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm index cb9dcd8..1340165 100644 --- a/lib/DBIx/Class/SQLMaker.pm +++ b/lib/DBIx/Class/SQLMaker.pm @@ -73,6 +73,9 @@ BEGIN { } }; } + + # Current SQLA pollutes its namespace - clean for the time being + namespace::clean->clean_subroutines(qw/SQL::Abstract carp croak confess/); } # the "oh noes offset/top without limit" constant