1=== Data-Swap 2# File with a YAML header 3--- yaml 4\--- #YAML:1.0 5name: Data-Swap 6version: 0.05 7license: perl 8distribution_type: module 9requires: 10 perl: 5.6.0 11dynamic_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 26