Subject: | CPAN::Meta::Converter zeroes out version ranges |
When using Dist::Zilla it looks as if CPAN::Meta::Converter is used to convert the meta definition
in dzil into a valid JSON or YAML file in MetaJSON and MetaYAML. If version ranges (pull 5 in
CPAN::Meta on github) are supplied to the converter, it turns them into 0.
SPECULATION FOLLOWS:
Looks like CPAN::Meta::Converter uses version.pm to validate a version. Things like "== 0.1"
get turned into 0 for being invalid. :(