This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CPAN-Meta-YAML to CPAN version 0.011
[perl5.git] / cpan / CPAN-Meta-YAML / t / tml-world / Data-Swap.tml
1 === Data-Swap
2 # File with a YAML header
3 --- yaml
4 \--- #YAML:1.0
5 name:     Data-Swap
6 version:  0.05
7 license:  perl
8 distribution_type: module
9 requires:
10    perl:  5.6.0
11 dynamic_config: 0
12
13 --- perl
14 [ {
15     name => 'Data-Swap',
16     version => '0.05',
17     license => 'perl',
18     distribution_type => 'module',
19     requires => {
20         perl => '5.6.0',
21     },
22     dynamic_config => '0',
23 } ]
24
25 --- nosyck