From: Rafael Kitover Date: Tue, 24 May 2011 13:44:56 +0000 (-0400) Subject: release 0.033 X-Git-Tag: 0.033^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=f38698cba1e9e80c632d76aca81de833aad95492 release 0.033 --- diff --git a/Changes b/Changes index cf96ba4..c34e24d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Catalyst-Controller-WrapCGI +0.033 2011-05-24 13:44:33 + - re-release with unix line ends + 0.032 2011-05-22 09:19:36 - now works on Win32 diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 93f9e48..2e67810 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.032'; +our $VERSION = '0.033'; =head1 SYNOPSIS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index 92275f3..9f6fadf 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.032'; +our $VERSION = '0.033'; =head1 SYNOPSIS diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index 948a321..4e1eb8d 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context =cut -our $VERSION = '0.032'; +our $VERSION = '0.033'; =head1 SYNOPSIS