The temp file name now preserves the uploaded file's suffix.
authorDave Rolsky <autarch@urth.org>
Sat, 5 Jun 2010 17:11:57 +0000 (17:11 +0000)
committerDave Rolsky <autarch@urth.org>
Sat, 5 Jun 2010 17:11:57 +0000 (17:11 +0000)
commit6a7b9183013650d6d0488a5cd84d4033b9a9768c
treec924ba839e0769b3425b9ceda8952429794cb957
parente7753abd4c59d1a4d8df8f55f8d98398eb960c96
The temp file name now preserves the uploaded file's suffix.

Added tests and updated Changes.

Also fixed a typo in PAML.pm
Changes
lib/HTTP/Body/MultiPart.pm
t/08multipart-suffix.t [new file with mode: 0644]
t/data/multipart/014-content.dat [new file with mode: 0644]
t/data/multipart/014-headers.pml [new file with mode: 0644]
t/lib/PAML.pm