release 0.035 master 0.035
Rafael Kitover [Thu, 14 Jun 2012 17:04:01 +0000 (13:04 -0400)]
Changes
lib/Catalyst/Controller/CGIBin.pm
lib/Catalyst/Controller/WrapCGI.pm
lib/CatalystX/GlobalContext.pm

diff --git a/Changes b/Changes
index 8e36060..339e728 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Controller-WrapCGI
 
+0.035  2012-06-14 16:53:52
+    - fix test failures with Catalyst-Runtime-5.90012 (rbuels)
+
 0.034  2011-08-31 22:29:23
     - fixed t/wrap-cgi.t test for Catalyst 5.9+ (rbuels)
 
index 97970ee..4e6e779 100644 (file)
@@ -24,7 +24,7 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin
 
 =cut
 
-our $VERSION = '0.034';
+our $VERSION = '0.035';
 
 =head1 SYNOPSIS
 
index 485a663..d82896d 100644 (file)
@@ -21,7 +21,7 @@ Catalyst::Controller::WrapCGI - Run CGIs in Catalyst
 
 =cut
 
-our $VERSION = '0.034';
+our $VERSION = '0.035';
 
 =head1 SYNOPSIS
 
@@ -388,9 +388,11 @@ Matt S. Trout C<< <mst at shadowcat.co.uk> >>
 
 =head1 CONTRIBUTORS
 
-Rafael Kitover C<< <rkitover at cpan.org> >>
+Caelum: Rafael Kitover <rkitover@cpan.org>
 
-Hans Dieter Pearcey C<< <hdp at cpan.org> >>
+confound: Hans Dieter Pearcey <hdp@cpan.org>
+
+rbuels: Robert Buels <rbuels@gmail.com>
 
 Some code stolen from Tatsuhiko Miyagawa's L<CGI::Compile>.
 
index 06b114b..9eb0ef7 100644 (file)
@@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context
 
 =cut
 
-our $VERSION = '0.034';
+our $VERSION = '0.035';
 
 =head1 SYNOPSIS