projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
95787af
)
fix test
Rafael Kitover [Mon, 23 Nov 2009 12:06:46 +0000 (12:06 +0000)]
t/746sybase.t
patch
|
blob
|
blame
|
history
diff --git
a/t/746sybase.t
b/t/746sybase.t
index
5afbf3a
..
82ad9c2
100644
(file)
--- a/
t/746sybase.t
+++ b/
t/746sybase.t
@@
-24,7
+24,7
@@
my @storage_types = (
'DBI::Sybase::ASE',
'DBI::Sybase::ASE::NoBindVars',
);
-eval "require $_" for @storage_types;
+eval "require DBIx::Class::Storage::$_;" for @storage_types;
my $schema;
my $storage_idx = -1;