erl},
));
return $OK->();
}
=head2 C<meta>
Returns the contents of the F<META.yml> or F<META.json> files as parsed by L<Parse::CPAN::Meta>.
=cut
sub meta {
my $self = shift;
my $mod = $self-
return $meta if defined $meta;
my $extract_dir = $mod->status->extract;
for my $name (qw<META.json META.yml>) {
my $meta_file = File::Spec->catdir($extract_dir, $name);
next unless -e $meta_fi