2008-12-12 23:45:59 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.04nb1 to 1.05.
Upstream changes:
1.05 2008-12-01 17:15:00
- Removed useless eval + require in new().
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-20 21:55:32 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 1.03 to 1.04. Changes:
1.04 2008-06-23 16:00:00
- Added tmpdir() accessor to specify an alternate directory
for temp files. (jgoulah)
|
2008-06-23 05:13:54 by David Brownlee | Files touched by this commit (3) |  |
Log message:
import p5-HTTP-Body-1.03
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.
|