'META.yml', ); my $json_file = File::Spec->catfile( $the->{tempdir}, 'META.json', ); if ( -f $json_file ) { $meta = eval { CPAN::Meta->load_file($json_file) }; } elsif