HTTP::Body - small performance tweaks to urlencoded parser
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 27addcc..e915bfa 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = 0.8;
+our $VERSION = 0.9;
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',