On Mon, Dec 7, 2009 at 1:49 PM, Ascii King <t...@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.cass...@gmail.com) _______________________________________________ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu