From: Peter Rabbitson Date: Mon, 7 Jan 2013 21:50:23 +0000 (-0500) Subject: Remove SQLA namespace pollution fixer - this is no longer the case since 1.73 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7558b2281b1be380c67129e904b3b7b6409489a7;p=dbsrgits%2FDBIx-Class-Historic.git Remove SQLA namespace pollution fixer - this is no longer the case since 1.73 --- diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm index b45fd68..cfb3e4c 100644 --- a/lib/DBIx/Class/SQLMaker.pm +++ b/lib/DBIx/Class/SQLMaker.pm @@ -71,9 +71,6 @@ BEGIN { my($func) = (caller(1))[3]; __PACKAGE__->throw_exception("[$func] Fatal: " . join ('', @_)); }; - - # 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