Release 0.034 0.034
Rafael Kitover [Wed, 31 Aug 2011 22:29:55 +0000 (18:29 -0400)]
Changes
lib/Catalyst/Controller/CGIBin.pm
lib/Catalyst/Controller/WrapCGI.pm
lib/CatalystX/GlobalContext.pm

diff --git a/Changes b/Changes
index e6198cf..8e36060 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Catalyst-Controller-WrapCGI
 
+0.034  2011-08-31 22:29:23
     - fixed t/wrap-cgi.t test for Catalyst 5.9+ (rbuels)
 
 0.033  2011-05-24 13:44:33
index 2e67810..97970ee 100644 (file)
@@ -24,7 +24,7 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin
 
 =cut
 
-our $VERSION = '0.033';
+our $VERSION = '0.034';
 
 =head1 SYNOPSIS
 
index 9f6fadf..06cc3d3 100644 (file)
@@ -21,7 +21,7 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst
 
 =cut
 
-our $VERSION = '0.033';
+our $VERSION = '0.034';
 
 =head1 SYNOPSIS
 
index 4e1eb8d..06b114b 100644 (file)
@@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context
 
 =cut
 
-our $VERSION = '0.033';
+our $VERSION = '0.034';
 
 =head1 SYNOPSIS