projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e606d0c
)
Actually don't need this anymore
Peter Rabbitson [Mon, 25 May 2009 14:53:13 +0000 (14:53 +0000)]
lib/DBIx/Class/SQLAHacks.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLAHacks.pm
b/lib/DBIx/Class/SQLAHacks.pm
index
842d277
..
be4fc28
100644
(file)
--- 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(@_);