rename dist from HTTP-Body-Multipart to HTTP-Body
authorChristian Hansen <chansen@cpan.org>
Tue, 19 Jul 2005 13:16:06 +0000 (13:16 +0000)
committerChristian Hansen <chansen@cpan.org>
Tue, 19 Jul 2005 13:16:06 +0000 (13:16 +0000)
commit32b29b79aeea4062fc08ecaedadfa4bce864abcf
treec45bcbbaa059309cd64acb2ff6680493b0757957
parent6a0eb7a70dd9a902e536cf5d4c94a2b2a6a10a44
rename dist from HTTP-Body-Multipart to HTTP-Body
27 files changed:
lib/HTTP/Body.pm [new file with mode: 0644]
lib/HTTP/Body/Multipart.pm
lib/HTTP/Body/Octetstream.pm [new file with mode: 0644]
lib/HTTP/Body/Urlencoded.pm [new file with mode: 0644]
t/data/multipart/001-content.dat [new file with mode: 0644]
t/data/multipart/001-headers.yml [new file with mode: 0644]
t/data/multipart/002-content.dat [new file with mode: 0644]
t/data/multipart/002-headers.yml [new file with mode: 0644]
t/data/multipart/003-content.dat [new file with mode: 0644]
t/data/multipart/003-headers.yml [new file with mode: 0644]
t/data/multipart/004-content.dat [new file with mode: 0644]
t/data/multipart/004-headers.yml [new file with mode: 0644]
t/data/multipart/005-content.dat [new file with mode: 0644]
t/data/multipart/005-headers.yml [new file with mode: 0644]
t/data/multipart/006-content.dat [new file with mode: 0644]
t/data/multipart/006-headers.yml [new file with mode: 0644]
t/data/multipart/007-content.dat [new file with mode: 0644]
t/data/multipart/007-headers.yml [new file with mode: 0644]
t/data/multipart/008-content.dat [new file with mode: 0644]
t/data/multipart/008-headers.yml [new file with mode: 0644]
t/data/multipart/009-content.dat [new file with mode: 0644]
t/data/multipart/009-headers.yml [new file with mode: 0644]
t/data/multipart/010-content.dat [new file with mode: 0644]
t/data/multipart/010-headers.yml [new file with mode: 0644]
t/data/multipart/011-content.dat [new file with mode: 0644]
t/data/multipart/011-headers.yml [new file with mode: 0644]
test.pl