projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2582371
)
Removed an unnecessary 'use'.
Norbert Buchmuller [Mon, 15 Dec 2008 21:26:44 +0000 (21:26 +0000)]
lib/SQL/Abstract/Test.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/Test.pm
b/lib/SQL/Abstract/Test.pm
index
6c47bcf
..
6da627c
100644
(file)
--- a/
lib/SQL/Abstract/Test.pm
+++ b/
lib/SQL/Abstract/Test.pm
@@
-3,7
+3,6
@@
package SQL::Abstract::Test; # see doc at end of file
use strict;
use warnings;
use base qw/Test::Builder::Module Exporter/;
-use Scalar::Util qw(looks_like_number blessed reftype);
use Data::Dumper;
use Carp;
use Test::Builder;