HTTP::Body 1.02, fix urlencoded test on Windows
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 7bdd14b..dce077e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 
 use Carp       qw[ ];
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',