Fixed POD
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 8f9b482..5b3a0d1 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use Carp       qw[ ];
 use List::Util qw[ first ];
 
-our $VERSION = '0.01';
+our $VERSION = '0.2';
 
 our $TYPES = {
     'application/octet-stream'          => 'HTTP::Body::OctetStream',