From: Rafael Kitover Date: Sun, 22 May 2011 09:19:58 +0000 (-0400) Subject: release 0.032 X-Git-Tag: 0.032^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=3149e3cb8f8202f259063b8b25c6a60cd5c9c57b release 0.032 --- diff --git a/Changes b/Changes index ee33b2a..cf96ba4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Catalyst-Controller-WrapCGI +0.032 2011-05-22 09:19:36 - now works on Win32 0.031 2011-05-20 23:28:23 diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index f9a42dc..93f9e48 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.031'; +our $VERSION = '0.032'; =head1 SYNOPSIS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index 5ad38e0..92275f3 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.031'; +our $VERSION = '0.032'; =head1 SYNOPSIS diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index 21aa7e7..948a321 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context =cut -our $VERSION = '0.031'; +our $VERSION = '0.032'; =head1 SYNOPSIS