Bumped HTTP::Body to 0.4 so CPAN installs the right version v0.4
Andy Grundman [Wed, 9 Nov 2005 06:00:06 +0000 (06:00 +0000)]
Changes
META.yml
lib/HTTP/Body.pm

diff --git a/Changes b/Changes
index 6c2fa89..83937dd 100644 (file)
--- 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
index d65466c..66e2078 100644 (file)
--- 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:
index 8cfd1cb..83b4c87 100644 (file)
@@ -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',