'.';
$dist_info = {};
if( -r ( $meta_file = File::Spec->catfile( $dist_root, 'META.json' ) ) or
-r ( $meta_file = File::Spec->catfile( $dist_root, 'META.yml' ) ) )
{
ta } = CPAN::Meta->load_file( $meta_file );
}
else
{
$log->warningf( "No META.json or META.yml file found, " .
"is '%s' a distribution directory?", $dist_root )
uild
./Build test
./Build install
=end readme
=head1 BOOTSTRAPPING WITH META.json/META.yml
Since the META.json/yml file is often generated with an abstract extracted
from the POD, and L<App::po