X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fcopy.t;h=a6e60bae03f3196b1e2cd2301827c01bf46a4020;hb=cc42fa9ac80f921b0f835fbd3bd9088e3d1d14c9;hp=25eb2554078ff9fbb972fdd2ede6c004274c158c;hpb=50891152d0b24649bfd67bdba97feec86b11c064;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/copy.t b/t/cdbi/copy.t index 25eb255..a6e60ba 100644 --- a/t/cdbi/copy.t +++ b/t/cdbi/copy.t @@ -15,7 +15,7 @@ INIT { package # hide from PAUSE MyFilm; - use base 'DBIx::Class::Test::SQLite'; + use base 'DBIC::Test::SQLite'; use strict; __PACKAGE__->set_table('Movies');