Subject: | DOS newline in META.yml may cause problems |
The abstract entry in META.yml contains a DOS newline. At least it's an "aesthetical" problem, but it may cause some YAML parsers to hang while reading the file (see https://github.com/ingydotnet/yaml-pm/issues/135). Best is to make sure that the DOS newline is removed here (e.g. by converting the whole codebase to UNIX newlines).