Closed vlet closed 7 years ago
Just have tried to build Raisin 0.70 on debian jessie and have got error:
$ perl -Iblib/lib t/unit/middleware/formatter.t ... not ok 2 - content: yaml, default_format: yaml # Failed test 'content: yaml, default_format: yaml' # at t/unit/middleware/formatter.t line 96. # got: undef # expected: 'yaml' # unsupported media type: application/xml ...
Dumping env have revealed cause:
'_content' => 'YAML Error: Stream does not end with newline character # Code: YAML_PARSE_ERR_NO_FINAL_NEWLINE # Line: 0 # Document: 0
Looks like YAML not satisfied with 'key: val' , and wants "\n" at the end.
The issue, I hope, was fixed, but update on CPAN happens only Monday.
Just have tried to build Raisin 0.70 on debian jessie and have got error:
Dumping env have revealed cause:
Looks like YAML not satisfied with 'key: val' , and wants "\n" at the end.