Re: [html-formfu] YAML::XS problem

2009-12-07 Thread Ascii King
Brian Cassidy wrote: Just wrap %n in single quote: '%n' -- that'll make YAML::XS happy. That worked. Thanks. I have one other error now. I suspect it is the same type of problem. The system tries to read a form with a load_config_file command in it and it reports that it cannot find that fi

Re: [html-formfu] YAML::XS problem

2009-12-07 Thread Brian Cassidy
On Mon, Dec 7, 2009 at 1:49 PM, Ascii King 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 shou

[html-formfu] YAML::XS problem

2009-12-07 Thread Ascii King
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?