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
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) );