From: Peter Rabbitson Date: Mon, 25 May 2009 14:53:13 +0000 (+0000) Subject: Actually don't need this anymore X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a806f792382675624ad7c0d81ef7f4e56f17e1c;p=dbsrgits%2FDBIx-Class-Historic.git Actually don't need this anymore --- diff --git a/lib/DBIx/Class/SQLAHacks.pm b/lib/DBIx/Class/SQLAHacks.pm index 842d277..be4fc28 100644 --- a/lib/DBIx/Class/SQLAHacks.pm +++ b/lib/DBIx/Class/SQLAHacks.pm @@ -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(@_);