App-Whatsit
view release on metacpan or search on metacpan
t/whatsit.t view on Meta::CPAN
use App::Whatsit;
my $tm_v = Test::More->VERSION;
my $tm_p = $INC{'Test/More.pm'};
my $tm_res = qq{Test::More:
Version: $tm_v
Path: $tm_p
};
my $result = test_app(App::Whatsit => ['Test::More']);
is($result->stdout, $tm_res, 'Test::More version looks right');
( run in 0.466 second using v1.01-cache-2.11-cpan-64827b87656 )