From: Andy Grundman Date: Wed, 9 Nov 2005 06:00:06 +0000 (+0000) Subject: Bumped HTTP::Body to 0.4 so CPAN installs the right version X-Git-Tag: v0.4^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.4;p=catagits%2FHTTP-Body.git Bumped HTTP::Body to 0.4 so CPAN installs the right version --- diff --git a/Changes b/Changes index 6c2fa89..83937dd 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,13 @@ This file documents the revision history for Perl extension HTTP::Body. +0.4 2005-11-09 01:00:00 + - Version bump to 0.4 so CPAN.pm installs the right version. + 0.03 2005-10-27 20:00:00 - removed use of List::Util first due to memory leakage. http://rt.cpan.org/NoAuth/Bug.html?id=13891 -0.02 2005-10-07 +0.2 2005-10-07 - fixed POD 0.01 2005-09-07 diff --git a/META.yml b/META.yml index d65466c..66e2078 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ # http://module-build.sourceforge.net/META-spec.html #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: HTTP-Body -version: 0.03 +version: 0.4 version_from: lib/HTTP/Body.pm installdirs: site requires: diff --git a/lib/HTTP/Body.pm b/lib/HTTP/Body.pm index 8cfd1cb..83b4c87 100644 --- a/lib/HTTP/Body.pm +++ b/lib/HTTP/Body.pm @@ -4,7 +4,7 @@ use strict; use Carp qw[ ]; -our $VERSION = '0.03'; +our $VERSION = '0.4'; our $TYPES = { 'application/octet-stream' => 'HTTP::Body::OctetStream',