summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Body
AgeCommit message (Collapse)AuthorFilesLines
2008-12-12Update from version 1.04nb1 to 1.05.he2-7/+6
Upstream changes: 1.05 2008-12-01 17:15:00 - Removed useless eval + require in new().
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-20Update from version 1.03 to 1.04. Changes:he2-6/+6
1.04 2008-06-23 16:00:00 - Added tmpdir() accessor to specify an alternate directory for temp files. (jgoulah)
2008-06-23import p5-HTTP-Body-1.03abs3-0/+34
HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data. Chunked bodies are supported by not passing a length value to new(). It is currently used by Catalyst to parse POST bodies.