Subject: | DOS newline in META.yml may cause problems |
For example, YAML.pm and Parse::CPAN::Meta cannot parse the META.yml in the 0.13 tarball. This may cause problems when installing the distribution with CPAN.pm.
$ cat META.yml|/opt/perl-5.18.4/bin/perl /opt/perl-5.18.4/bin/ysh -MYAML
YAML Error: Can't parse double quoted string
Code: YAML_PARSE_ERR_BAD_DOUBLE
Line: 3
Document: 1
at /opt/perl-5.18.4/lib/site_perl/5.18.4/YAML/Loader.pm line 523.
$ cat META.yml|/opt/perl-5.18.4/bin/perl /opt/perl-5.18.4/bin/ysh -MParse::CPAN::Meta
CPAN::Meta::YAML does not support a feature in line '"Methods for reading OBD data with an ELM327 module.' at /opt/perl-5.18.4/lib/site_perl/5.18.4/Parse/CPAN/Meta.pm line 120.
at /opt/perl-5.18.4/lib/site_perl/5.18.4/YAML/Shell.pm line 94.