From: Rafael Kitover Date: Thu, 14 Jun 2012 17:04:01 +0000 (-0400) Subject: release 0.035 X-Git-Tag: 0.035^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=39efca215618321a8d84c68561e2b025d94a31d5 release 0.035 --- diff --git a/Changes b/Changes index 8e36060..339e728 100644 --- 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) diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 97970ee..4e6e779 100644 --- a/lib/Catalyst/Controller/CGIBin.pm +++ b/lib/Catalyst/Controller/CGIBin.pm @@ -24,7 +24,7 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin =cut -our $VERSION = '0.034'; +our $VERSION = '0.035'; =head1 SYNOPSIS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index 485a663..d82896d 100644 --- a/lib/Catalyst/Controller/WrapCGI.pm +++ b/lib/Catalyst/Controller/WrapCGI.pm @@ -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<< >> =head1 CONTRIBUTORS -Rafael Kitover C<< >> +Caelum: Rafael Kitover -Hans Dieter Pearcey C<< >> +confound: Hans Dieter Pearcey + +rbuels: Robert Buels Some code stolen from Tatsuhiko Miyagawa's L. diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index 06b114b..9eb0ef7 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context =cut -our $VERSION = '0.034'; +our $VERSION = '0.035'; =head1 SYNOPSIS