Subject: | differences between META.json & META.yml |
my build system builds a dependency graph used to
set the order in which distro tarballs are built/installed.
I just added code using CPAN::META to compare META.yml
and META.json when both are present.
This and Text-CSV_XS-0.90.tgz were the only two with
differences.
Data-Phrasebook-Loader-YAML-0.11.tar.gz
Config::IniFiles: in META.json but missing from 'META.yml'
YAML: in META.yml but missing from 'META.json'
"prereqs" : {
"runtime" : {
"requires" : {
"perl": "5.006",
"Carp": "0",
"Config::IniFiles": "0",
"Data::Phrasebook": "0.24"
}
},
requires:
perl: 5.006
Carp: 0
Data::Phrasebook: 0.24
YAML: 0.35