Alien-Capstone
view release on metacpan or search on metacpan
use Test::More;
use blib;
use Data::Dumper;
use_ok 'Alien::Capstone';
my $capstone = new_ok('Alien::Capstone');
note $capstone->cflags;
note $capstone->libs;
note Alien::Capstone::ConfigData->config('finished_installing');
is(&Alien::Capstone::is_installed(), 1, 'Capstone is installed');
done_testing();
__END__
( run in 0.474 second using v1.01-cache-2.11-cpan-a5abf4f5562 )