X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fextra%2Flean_startup.t;h=b53d1e8f9bcdfff7c25204c56cc81b24a0eb8800;hb=786c1cddede6675b9fc5fc46ae4e1e136ef2c392;hp=435a5ba1acd806abe23da24823686e05565f0762;hpb=cc782be296444e609006f1bf8ea502e6f22a7d8d;p=dbsrgits%2FDBIx-Class.git diff --git a/xt/extra/lean_startup.t b/xt/extra/lean_startup.t index 435a5ba..b53d1e8 100644 --- a/xt/extra/lean_startup.t +++ b/xt/extra/lean_startup.t @@ -105,6 +105,10 @@ BEGIN { DBICTEST_DEBUG_CONCURRENCY_LOCKS )}; + # ensures the checker won't be disabled in + # t/lib/DBICTest/BaseSchema.pm + $ENV{DBIC_ASSERT_NO_FAILING_SANITY_CHECKS} = 1; + $ENV{DBICTEST_ANFANG_DEFANG} = 1; # make sure extras do not load even when this is set @@ -137,7 +141,6 @@ BEGIN { Carp namespace::clean - Try::Tiny Sub::Name Sub::Defer Sub::Quote @@ -180,6 +183,7 @@ BEGIN { register_lazy_loadable_requires(qw( DBI Hash::Merge + Data::Dumper )); {