X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FCGIBin.pm;h=33ae186bc11a105fea03c274a6420de29ec83c07;hb=16bed4c40e198965df60e6d1fac5eee4e443a2f2;hp=fd9b56cf1bf039645698a0cafba89211601dbbb5;hpb=f410f043b41cc59d08cb1aa015378888c8fe88b7;p=catagits%2FCatalyst-Controller-WrapCGI.git diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index fd9b56c..33ae186 100644 --- a/lib/Catalyst/Controller/CGIBin.pm +++ b/lib/Catalyst/Controller/CGIBin.pm @@ -14,7 +14,7 @@ use Symbol 'gensym'; use List::MoreUtils 'any'; use IO::File (); use Carp; - + use namespace::clean -except => 'meta'; =head1 NAME @@ -23,11 +23,11 @@ Catalyst::Controller::CGIBin - Serve CGIs from root/cgi-bin =head1 VERSION -Version 0.009 +Version 0.013 =cut -our $VERSION = '0.009'; +our $VERSION = '0.013'; =head1 SYNOPSIS @@ -72,7 +72,7 @@ module for other configuration information. =head2 cgi_root_path -The global URI path prefix for CGIs, defaults to C. +The global URI path prefix for CGIs, defaults to C. =head2 cgi_dir @@ -187,8 +187,8 @@ C<<$self->cgi_path($cgi)>> Takes a path to a CGI from C such as C and returns the public path it should be registered under. -The default is to prefix with the C config setting, or if not set -uses C. +The default is to prefix with C<$cgi_root_path/>, using the C +config setting, above. =cut