Avoids a SEGV on perls with unusual compilation options
Gordon Irving <goraxe@cpan.org> <goraxe@goraxe.me.uk>
Hakim Cassimally <osfameron@cpan.org> <hakim@vm-participo.(none)>
Jonathan Chu <milki@rescomp.berkeley.edu> <milki@rescomp.berkeley.edu>
+Kent Fredric <kentnl@cpan.org> <kentfredric@gmail.com>
Matt Phillips <mattp@cpan.org> <mphillips@oanda.com>
Norbert Csongrádi <bert@cpan.org> <bert@cpan.org>
Roman Filippov <romanf@cpan.org> <moltar@moltar.net>
use Data::Dumper::Concise;
use DBICTest::Util 'stacktrace';
use constant {
- CV_TRACING => DBIx::Class::Optional::Dependencies->req_ok_for ('test_leaks_heavy'),
+ CV_TRACING => !DBICTest::RunMode->is_plain && DBIx::Class::Optional::Dependencies->req_ok_for ('test_leaks_heavy'),
};
use base 'Exporter';