Patch + test for more informative exceptions on load_namespace a non-rs class
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / SQLAHacks.pm
index 7a77169..2aca425 100644 (file)
@@ -5,7 +5,6 @@ use base qw/SQL::Abstract::Limit/;
 use strict;
 use warnings;
 use Carp::Clan qw/^DBIx::Class/;
-use Scalar::Util();
 
 sub new {
   my $self = shift->SUPER::new(@_);