Remove SQLA namespace pollution fixer - this is no longer the case since 1.73
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker.pm
index b45fd68..cfb3e4c 100644 (file)
@@ -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