First stab at refactoring HTTP::Body
authorChristian Hansen <chansen@cpan.org>
Fri, 3 Mar 2006 16:02:52 +0000 (16:02 +0000)
committerChristian Hansen <chansen@cpan.org>
Fri, 3 Mar 2006 16:02:52 +0000 (16:02 +0000)
commitf216f0e3dba3863731e103a12b5e677f90508a83
tree39db70c1af58ca17c29634710fe83862405ede1a
parent40a213fd74efa1a3f7869fd4c2156f4a4ab88cc6
First stab at refactoring HTTP::Body
Changes
Makefile.PL
lib/HTTP/Body.pm
lib/HTTP/Body/Compat.pm [new file with mode: 0644]
lib/HTTP/Body/Context.pm [new file with mode: 0644]
lib/HTTP/Body/OctetStream.pm [deleted file]
lib/HTTP/Body/Parser.pm [new file with mode: 0644]
lib/HTTP/Body/Parser/MultiPart.pm [moved from lib/HTTP/Body/MultiPart.pm with 69% similarity]
lib/HTTP/Body/Parser/OctetStream.pm [new file with mode: 0644]
lib/HTTP/Body/Parser/UrlEncoded.pm [new file with mode: 0644]
lib/HTTP/Body/UrlEncoded.pm [deleted file]