X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdbixcl_common_tests.pm;h=e92496e1aa463398c6df08a881a1c1dde9bb698e;hb=18fca96ada05368ead5bb38b5c868e9c4d5c0c07;hp=21c4d505726f417f6dc672fbda10cab5c567add2;hpb=af6c266584e3842998e4c2af0c15d82a089238f4;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/dbixcl_common_tests.pm b/t/dbixcl_common_tests.pm index 21c4d50..e92496e 100644 --- a/t/dbixcl_common_tests.pm +++ b/t/dbixcl_common_tests.pm @@ -3,7 +3,7 @@ package dbixcl_common_tests; use strict; use Test::More; -use DBIx::Class::Loader; +use DBIx::Class::Schema::Loader; use DBI; sub new { @@ -44,7 +44,7 @@ sub run_tests { my $debug = ($self->{verbose} > 1) ? 1 : 0; - my $loader = DBIx::Class::Loader->new( + my $loader = DBIx::Class::Schema::Loader->new( dsn => $self->{dsn}, user => $self->{user}, password => $self->{password},