HTTP::Body 1.01, fixed regex to restore performance of urlencoded parser, the previou...
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 859e6eb..7bdd14b 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',