X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F52leaks.t;h=6ed7b41aab7c4395ac9f78efdd16f438177c57ad;hb=bf3587cecb3637047323634b0e00a5fbcb4a3409;hp=ece1a45e9726302e2322d499aaf6b879a4f445a8;hpb=7ccdd740ce900068d1c8e67f0a34ae343256bcc8;p=dbsrgits%2FDBIx-Class.git diff --git a/t/52leaks.t b/t/52leaks.t index ece1a45..6ed7b41 100644 --- a/t/52leaks.t +++ b/t/52leaks.t @@ -99,7 +99,7 @@ if ( !$ENV{DBICTEST_VIA_REPLICATED} and !DBICTest::RunMode->is_plain ) { # Load them and empty the registry # this loads the DT armada - $has_dt = DBIx::Class::Optional::Dependencies->req_ok_for([qw( test_rdbms_sqlite icdt )]); + $has_dt = DBIx::Class::Optional::Dependencies->req_ok_for([qw( test_rdbms_sqlite ic_dt )]); require Errno; require DBI;