fix test
Rafael Kitover [Mon, 23 Nov 2009 12:06:46 +0000 (12:06 +0000)]
t/746sybase.t

index 5afbf3a..82ad9c2 100644 (file)
@@ -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;