Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML-LibYAML CPAN distribution.

Report information
The Basics
Id: 52046
Status: rejected
Priority: 0/
Queue: YAML-LibYAML

People
Owner: Nobody in particular
Requestors: nanardon [...] nanardon.zarb.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.32
Fixed in: (no value)



Subject: The module (or yaml) try to parse commented line.
The module (or yaml) try to parse commented line. Using Catalyst I got this error: # Error: Error parsing /home/olivier/myprojects/epoll/tags/1.00/epoll.yml: YAML::XS::Load Error: The problem: # # could not find expected ':' After investigation the line causing error is: -- The smtp serveur to use, default is localhost Indeed, it does not contain any ':', but hey, it's a comment. Comment are not supposed to follow standard parsing rules !
After looking, comment must begin by 3 '-', not 2. All apologies