From: Rafael Kitover Date: Wed, 7 Apr 2010 17:52:47 +0000 (+0000) Subject: release X-Git-Tag: 0.030~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=dd85badfbbc0fd644040d0e95e6398c7ecf65776 release --- diff --git a/Changes b/Changes index 7d47fcc..a3b7b74 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Catalyst-Controller-WrapCGI +0.028 2010-04-07 17:51:38 - added cgi_chain_root and cgi_file_pattern options for CGIBin 0.027 2010-02-19 04:34:50 diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index 4e6aefa..65858a8 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.027'; +our $VERSION = '0.028'; =head1 SYNOPSIS diff --git a/lib/Catalyst/Controller/WrapCGI.pm b/lib/Catalyst/Controller/WrapCGI.pm index 0028b64..5ddf71f 100644 --- a/lib/Catalyst/Controller/WrapCGI.pm +++ b/lib/Catalyst/Controller/WrapCGI.pm @@ -19,13 +19,9 @@ use namespace::clean -except => 'meta'; Catalyst::Controller::WrapCGI - Run CGIs in Catalyst -=head1 VERSION - -Version 0.027 - =cut -our $VERSION = '0.027'; +our $VERSION = '0.028'; =head1 SYNOPSIS diff --git a/lib/CatalystX/GlobalContext.pm b/lib/CatalystX/GlobalContext.pm index 373373f..e6c80d3 100644 --- a/lib/CatalystX/GlobalContext.pm +++ b/lib/CatalystX/GlobalContext.pm @@ -13,13 +13,9 @@ our @EXPORT_OK = '$c'; CatalystX::GlobalContext - Export Catalyst Context -=head1 VERSION - -Version 0.027 - =cut -our $VERSION = '0.027'; +our $VERSION = '0.028'; =head1 SYNOPSIS