Alien-pkgconf

 view release on metacpan or  search on metacpan

t/00_diag.t  view on Meta::CPAN

use Test2::V0 -no_srand => 1;
use Alien::pkgconf;
use Data::Dumper qw( Dumper );

diag '';
diag '';
diag '';

diag "_dist_dir = ", Alien::pkgconf::_dist_dir();

diag Dumper( Alien::pkgconf::_config() );


diag "bin_dir=$_" for Alien::pkgconf->bin_dir;

diag '';
diag '';

ok 1;

done_testing;

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.607 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )