[html-formfu] YAML::XS problem
Brian Cassidy
brian.cassidy at gmail.com
Mon Dec 7 18:39:52 GMT 2009
On Mon, Dec 7, 2009 at 1:49 PM, Ascii King <tech at swattermatter.com> wrote:
> So, I updated my perl mods and suddenly I get the following error. From
> reading the mail posts, I think it is because Config::Any is defaulting to
> using YAML::XS. How do I go about cleaning up these errors (there are a few
> of them) or should I just revert my Config::Any to an earlier version?
>
>
> The YAML code that causes this is the following. The error is the percent
> sign after auto_id:
>
> ---
> indicator: submitted
> auto_id: %n
> attributes:
> class: labelsAbove hintsTooltip
Just wrap %n in single quote: '%n' -- that'll make YAML::XS happy.
--
Brian Cassidy (brian.cassidy at gmail.com)
More information about the HTML-FormFu
mailing list