Just putting this out there. Don't know if it's a known issue or not.
I expected filters to take real regexes since contraints will (which I
wish were documented, I couldn't find it and read the source to figure
out I could do it without the ::Common stuff).

This is causing a seg fault for me:
    filters:
      - type: Regex
        match: !!perl/regexp (?-xism:\A\s+|\s+\z)

While this works fine:
    filters:
      - type: Regex
        match: \A\s+|\s+\z


[1]    Segmentation fault            perl script/*_server.pl -d -r -p 8888
$ perl -MHTML::FormFu -le 'print HTML::FormFu->VERSION'
0.03007
$ perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi

Thanks for looking.

-Ashley

_______________________________________________
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