Group
Extension

Matches 2

Dist-Metadata ( R/RW/RWSTAUNER/Dist-Metadata-0.927.tar.gz, RWSTAUNER, 2017; MetaCPAN )
Dist-Metadata/corpus/structs.pl ( view source; MetaCPAN )
kage;

our $VERSION = \'0.2\';
'
  },
  'metafile' => {
    'Dist-Metadata-Test-MetaFile-2.2/META.json' => '{
   "abstract" : "Fake dist for testing metadata determination",
   "author" : [
      "Ran
his "dist" is for testing Dist::Metadata.
',
    'Dist-Metadata-Test-MetaFile-Incomplete-2.1/META.json' => '{
   "abstract" : "Fake dist for testing metadata determination",
   "author" : [
      "Ran
Dist-Metadata ( R/RW/RWSTAUNER/Dist-Metadata-0.927.tar.gz, RWSTAUNER, 2017; MetaCPAN )
Dist-Metadata/lib/Dist/Metadata.pm ( view source; MetaCPAN )
meta = $self->determine_metadata;

  # prefer json file (spec v2)
  if ( $metafile = first { m#^META\.json$# } @files ) {
    $meta = CPAN::Meta->load_json_string( $dist->file_content($metafile) );
  

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