[html-formfu] HTML-FormFu 0.05004 uploaded to pause

Carl Franks fireartist at gmail.com
Wed Dec 2 09:37:37 GMT 2009


HTML-FormFu 0.05004 has been uploaded to pause and will be available
on cpan soon.

HTML::FormFu uses Config::Any to load config files, and Config::Any
now prefers YAML::XS if it's available.

Unfortunately, some of our test files contained lines such as:
    auto_id: %n
which is illegal - strings containing a % character should be quoted, e.g.:
    auto_id: '%n'

If anyone upgrades Config::Any and has YAML::XS installed - you'll
need to check your config files for errors such as this.

Cheers,
Carl



More information about the HTML-FormFu mailing list