1--- #YAML:1.0
2name:                   Data-Phrasebook-Loader-YAML
3version:                0.13
4abstract:               Loader class for phrasebook implementations using YAML files
5author:
6  - Barbie <barbie@cpan.org>
7
8license:                  artistic_2
9distribution_type:        module
10installdirs:              site
11
12requires:
13  perl:                   5.006
14  Carp:                   0
15  Data::Phrasebook:       0.24
16  YAML:                   0.35
17recommends:
18  Test::CPAN::Meta:       0
19  Test::CPAN::Meta::JSON: 0
20  Test::Distribution:     0
21  Test::Pod:              1.00
22  Test::Pod::Coverage:    0.08
23build_requires:
24  IO::File:               0
25  Test::More:             0.70
26
27provides:
28  Data::Phrasebook::Loader::YAML:
29    file: lib/Data/Phrasebook/Loader/YAML.pm
30    version: 0.13
31
32no_index:
33  directory:
34    - t
35    - examples
36
37resources:
38  license:    http://www.perlfoundation.org/artistic_license_2_0
39  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Data-Phrasebook-Loader-YAML
40  repository: http://github.com/barbie/data-phrasebook-loader-yaml
41
42meta-spec:
43   version:   1.4
44   url:       http://module-build.sourceforge.net/META-spec-v1.4.html
45generated_by: The Hand of Barbie 1.0
46