[Catalyst-commits] r9868 - in HTTP-Request-AsCGI/trunk: . lib/HTTP/Request

hdp at dev.catalyst.perl.org hdp at dev.catalyst.perl.org
Sun Apr 26 23:02:09 GMT 2009


Author: hdp
Date: 2009-04-27 00:02:09 +0100 (Mon, 27 Apr 2009)
New Revision: 9868

Modified:
   HTTP-Request-AsCGI/trunk/README
   HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
Log:
bump to new dev release version

Modified: HTTP-Request-AsCGI/trunk/README
===================================================================
--- HTTP-Request-AsCGI/trunk/README	2009-04-26 23:02:01 UTC (rev 9867)
+++ HTTP-Request-AsCGI/trunk/README	2009-04-26 23:02:09 UTC (rev 9868)
@@ -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;

Modified: HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm
===================================================================
--- HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm	2009-04-26 23:02:01 UTC (rev 9867)
+++ HTTP-Request-AsCGI/trunk/lib/HTTP/Request/AsCGI.pm	2009-04-26 23:02:09 UTC (rev 9868)
@@ -12,7 +12,7 @@
 
 __PACKAGE__->mk_accessors(qw[ enviroment request stdin stdout stderr ]);
 
-our $VERSION = 0.5;
+our $VERSION = 0.5_02;
 
 sub new {
     my $class   = shift;




More information about the Catalyst-commits mailing list