X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fstorage%2Ftxn_scope_guard.t;h=00d81a46df9b04ff8099bb2a0b5b67e6c0685aa7;hp=09efcd7f6a83a774f1a6e2813d8c801cdb7e3ddb;hb=12e7015aa9372aeaf1aaa7e125b8ac8da216deb5;hpb=1b822bd3e15476666e97d9a95754f123410b3c56 diff --git a/t/storage/txn_scope_guard.t b/t/storage/txn_scope_guard.t index 09efcd7..00d81a4 100644 --- a/t/storage/txn_scope_guard.t +++ b/t/storage/txn_scope_guard.t @@ -1,3 +1,6 @@ +# Test is sufficiently involved to *want* to run with "maximum paranoia" +BEGIN { $ENV{DBICTEST_OLD_MRO_SANITY_CHECK_ASSERTIONS} = 1 } + BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use strict;