Re: PING bricas Re: [html-formfu] Config with Config::Any::XML

2009-11-16 Thread Carl Franks
2009/11/16 Brian Cassidy : > > Turns out the XML loader was assuming everything it got back was a > hashref. Obviously, in this case, it was not. > > I've added a test for this, and shipped 0.18 to CPAN -- arriving at a > mirror near you shortly. > > Please test it and let me know the results. Wow

Re: PING bricas Re: [html-formfu] Config with Config::Any::XML

2009-11-16 Thread Brian Cassidy
> 2009/11/16 David Schmidt : > > # perl -MHTML::FormFu -e "print > HTML::FormFu->new->load_config_file('form.xml')" > Error parsing ./form.xml: Not a HASH reference at > /usr/local/share/perl/5.10.0/Config/Any/XML.pm line 67. >  at /usr/local/share/perl/5.10.0/HTML/FormFu/ObjectUtil.pm line 502 T