6 use Test::More tests => 2;
15 ::is($igd, $::expected_igd,
16 "in_global_destruction state is passed to DEMOLISH properly");
24 # Test::Builder checks for a valid plan at END time, which is before global
25 # destruction, so need to test that in a subprocess
31 # but stuff that happens in a subprocess doesn't update Test::Builder's state
32 # in this process, so do that manually here
33 my $builder = Test::More->builder;
34 $builder->current_test($builder->current_test + 1);