Avoids a SEGV on perls with unusual compilation options
Jason M. Mills <jmmills@cpan.org> <jmmills@cpan.org>
Jonathan Chu <milki@rescomp.berkeley.edu> <milki@rescomp.berkeley.edu>
Jose Luis Martinez <jlmartinez@capside.com> <jlmartinez@capside.com>
+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>
Peter Rabbitson <ribasushi@cpan.org> <rabbit@viator.rabbit.us>
jshirley: J. Shirley <jshirley@gmail.com>
kaare: Kaare Rasmussen
kd: Kieren Diment <diment@gmail.com>
+kentnl: Kent Fredric <kentnl@cpan.org>
kkane: Kevin L. Kane <kevin.kane@gmail.com>
konobi: Scott McWhirter <konobi@cpan.org>
lejeunerenard: Sean Zellmer <sean@lejeunerenard.com>
use Data::Dumper::Concise;
use DBICTest::Util qw( stacktrace visit_namespaces );
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';