HTTP::Body, patch from Daniel Ruoso to add XForms support
authorAndy Grundman <andy@hybridized.org>
Sat, 23 Feb 2008 15:57:07 +0000 (15:57 +0000)
committerAndy Grundman <andy@hybridized.org>
Sat, 23 Feb 2008 15:57:07 +0000 (15:57 +0000)
commit5940e4c70958ddb4e6498bce92f577a80f54352e
tree8a4f2bc5c70db846af2b8d87fe06b041aa82ec81
parent1ced50e0624bcb0e1c37780cac004841f5804c52
HTTP::Body, patch from Daniel Ruoso to add XForms support
12 files changed:
Changes
lib/HTTP/Body.pm
lib/HTTP/Body/MultiPart.pm
lib/HTTP/Body/XForms.pm [new file with mode: 0644]
lib/HTTP/Body/XFormsMultipart.pm [new file with mode: 0644]
t/07xforms.t [new file with mode: 0644]
t/data/xforms/001-content.dat [new file with mode: 0644]
t/data/xforms/001-headers.yml [new file with mode: 0644]
t/data/xforms/001-results.yml [new file with mode: 0644]
t/data/xforms/002-content.dat [new file with mode: 0644]
t/data/xforms/002-headers.yml [new file with mode: 0644]
t/data/xforms/002-results.yml [new file with mode: 0644]