From: Rafael Kitover Date: Fri, 20 May 2011 23:28:53 +0000 (-0400) Subject: release 0.031 X-Git-Tag: 0.031^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=610997908a285af113bb3634607be88e5517a7cf;hp=6c725e0b97ac472fd657ee11e39a824863405695 release 0.031 --- diff --git a/Changes b/Changes index 63f5468..a993876 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Catalyst-Controller-WrapCGI +0.031 2011-05-20 23:28:23 - fix CGIBin.pm bug hardcoding 'root' as the site root 0.030 2010-08-06 16:08:10 diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 91720f7..8edab57 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.030'; +our $VERSION = '0.031'; =head1 SYNOPSIS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index b3eb678..5ad38e0 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.030'; +our $VERSION = '0.031'; =head1 SYNOPSIS diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index a5dbfd0..21aa7e7 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -15,7 +15,7 @@ CatalystX::GlobalContext - Export Catalyst Context =cut -our $VERSION = '0.030'; +our $VERSION = '0.031'; =head1 SYNOPSIS