From: Vincent Pit Date: Mon, 30 Mar 2015 19:39:04 +0000 (-0300) Subject: Always honor $ENV{PERL_DESTRUCT_LEVEL} when it's set for a debugging perl X-Git-Tag: v0.57~18 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=2d547b7955330e95e39d9eb532e8ab2522814f71;hp=2d547b7955330e95e39d9eb532e8ab2522814f71;p=perl%2Fmodules%2FVariable-Magic.git Always honor $ENV{PERL_DESTRUCT_LEVEL} when it's set for a debugging perl I.e. don't fall back to Perl::Destruct::Level if the level is not high enough. ---