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

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to