HTTP::Body, tried using APR::Request for urlencoded parsing, but Perl is faster....
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index e915bfa..9901022 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = 0.9;
+our $VERSION = 0.91;
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',