App-Build
view release on metacpan or search on metacpan
t/lib/TestAppBuild.pm view on Meta::CPAN
$found->{$_}{executable} = undef foreach keys %$found;
} else {
$fixed_tree->{$_}{executable} ||= 0 foreach keys %$fixed_tree;
}
local $Test::Builder::Level = $Test::Builder::Level + 1;
eq_or_diff( $found, $fixed_tree );
}
sub touch_file {
local @ARGV = $_[0];
ExtUtils::Command::touch();
}
1;
( run in 0.567 second using v1.01-cache-2.11-cpan-49f99fa48dc )