X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fmk_group_accessors.t;h=f7d4580b052f9b00a3b7fc3e49a1bae060e73d89;hb=1db83fb9ce3e15d68e2384720ed06af6de5edbac;hp=debd8d5b0686cf9974e1abb9e40630656f1f4ca2;hpb=89bddb490d9a159ebf4e08ec99e5651d76ec5ad4;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/mk_group_accessors.t b/t/cdbi/mk_group_accessors.t index debd8d5..f7d4580 100644 --- a/t/cdbi/mk_group_accessors.t +++ b/t/cdbi/mk_group_accessors.t @@ -4,9 +4,6 @@ use Test::More; BEGIN { eval "use DBIx::Class::CDBICompat;"; plan skip_all => 'Class::Trigger and DBIx::ContextualFetch required' if $@; - - eval "use DBD::SQLite"; - plan skip_all => 'needs DBD::SQLite for testing' if $@; } INIT {