Group
Extension

Matches 1

CPANPLUS-Dist-Gentoo ( V/VP/VPIT/CPANPLUS-Dist-Gentoo-0.12.tar.gz, VPIT, 2012; MetaCPAN )
CPANPLUS-Dist-Gentoo/lib/CPANPLUS/Dist/Gentoo.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.