1=== Games-Nintendo-Wii-Mii 2# Testing various failing META.yml files from CPAN 3--- yaml 4--- 5abstract: Mii in Nintendo Wii data parser and builder 6author: Toru Yamaguchi <zigorou@cpan.org> 7distribution_type: module 8generated_by: Module::Install version 0.65 9license: perl 10meta-spec: 11 url: http://module-build.sourceforge.net/META-spec-v1.3.html 12 version: 1.3 13name: Games-Nintendo-Wii-Mii 14no_index: 15 directory: 16 - inc 17 - t 18requires: 19 Carp: 1.03 20 Class::Accessor::Fast: 0.3 21 File::Slurp: 9999.12 22 IO::File: 1.1 23 Readonly: 0 24 Tie::IxHash: 1.21 25 URI: 1.35 26 XML::LibXML: 1.62 27version: 0.02 28 29--- perl 30[ { 31 abstract => 'Mii in Nintendo Wii data parser and builder', 32 author => 'Toru Yamaguchi <zigorou@cpan.org>', 33 distribution_type => 'module', 34 generated_by => 'Module::Install version 0.65', 35 license => 'perl', 36 'meta-spec' => { 37 url => 'http://module-build.sourceforge.net/META-spec-v1.3.html', 38 version => '1.3', 39 }, 40 name => 'Games-Nintendo-Wii-Mii', 41 no_index => { 42 directory => [ qw{ inc t } ], 43 }, 44 requires => { 45 'Carp' => '1.03', 46 'Class::Accessor::Fast' => '0.3', 47 'File::Slurp' => '9999.12', 48 'IO::File' => '1.1', 49 'Readonly' => '0', 50 'Tie::IxHash' => '1.21', 51 'URI' => '1.35', 52 'XML::LibXML' => '1.62', 53 }, 54 version => '0.02', 55} ] 56 57 58