bump to new dev release version
Hans Dieter Pearcey [Sun, 26 Apr 2009 23:02:09 +0000 (23:02 +0000)]
README
lib/HTTP/Request/AsCGI.pm

diff --git a/README b/README
index 68e659f..5a7322c 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,9 @@
 NAME
     HTTP::Request::AsCGI - Setup a CGI enviroment from a HTTP::Request
 
+VERSION
+    0.5_02
+
 SYNOPSIS
         use CGI;
         use HTTP::Request;
index 380551f..0e7bc1f 100644 (file)
@@ -12,7 +12,7 @@ use IO::File;
 
 __PACKAGE__->mk_accessors(qw[ enviroment request stdin stdout stderr ]);
 
-our $VERSION = 0.5;
+our $VERSION = 0.5_02;
 
 sub new {
     my $class   = shift;