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 !