1=== YAML::Tiny 2# Testing YAML::Tiny's own META.yml file -- at least as of some time ago 3--- yaml 4abstract: Read/Write YAML files with as little code as possible 5author: 'Adam Kennedy <cpan@ali.as>' 6build_requires: 7 File::Spec: 0.80 8 Test::More: 0.47 9distribution_type: module 10generated_by: Module::Install version 0.63 11license: perl 12name: YAML-Tiny 13no_index: 14 directory: 15 - inc 16 - t 17requires: 18 perl: 5.005 19version: 0.03 20 21--- perl 22[ { 23 abstract => 'Read/Write YAML files with as little code as possible', 24 author => 'Adam Kennedy <cpan@ali.as>', 25 build_requires => { 26 'File::Spec' => '0.80', 27 'Test::More' => '0.47', 28 }, 29 distribution_type => 'module', 30 generated_by => 'Module::Install version 0.63', 31 license => 'perl', 32 name => 'YAML-Tiny', 33 no_index => { 34 directory => [ qw{inc t} ], 35 }, 36 requires => { 37 perl => '5.005', 38 }, 39 version => '0.03', 40} ] 41 42