wrapcgi - new release
Rafael Kitover [Mon, 27 Apr 2009 16:00:49 +0000 (16:00 +0000)]
Changes
lib/Catalyst/Controller/CGIBin.pm
lib/Catalyst/Controller/WrapCGI.pm

diff --git a/Changes b/Changes
index a857263..0e7207e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Controller-WrapCGI
 
+0.0031  2009-04-27 16:00:07
     - revert PATH_INFO tests to unescaped URIs (caelum)
 
 0.0030  2009-04-27 05:17:17
index 87f639f..54d2dd4 100644 (file)
@@ -23,11 +23,11 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin
 
 =head1 VERSION
 
-Version 0.009
+Version 0.010
 
 =cut
 
-our $VERSION = '0.009';
+our $VERSION = '0.010';
 
 =head1 SYNOPSIS
 
index 262e960..e5e788f 100644 (file)
@@ -19,11 +19,11 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst
 
 =head1 VERSION
 
-Version 0.0030
+Version 0.0031
 
 =cut
 
-our $VERSION = '0.0030';
+our $VERSION = '0.0031';
 
 =head1 SYNOPSIS