Subject: | META.yml problems |
Date: | Sat, 24 Mar 2007 18:01:21 -0400 |
To: | bug-dbd-pg [...] rt.cpan.org |
From: | Jeremy Muhlich <jmuhlich [...] bitflood.org> |
In r7778, turnstep added this line to META.yml :
--- #YAML:1.2
And in r9241 he changed that to:
--- #YAML:1.3
I am no YAML expert, but YAML.pm's parser interprets that as the "YAML"
directive, which indicates the version of YAML a document conforms to.
The current official spec states that directives begin with %, but a
preliminary (late 2002) version of the spec did use #.
Anyway, YAML 1.2 and 1.3 aren't even defined yet, so I'm not sure what
you're trying to notate. YAML.pm throws a nasty warning + stack trace
during the build when it sees that line. DBD::Pg still builds, tests,
and installs OK, but the warning might be frightening to some. Whatever
you're trying to do there, I think you should use a different syntax.
-- Jeremy