C::C::WrapCGI - new release with fixed deps
[catagits/Catalyst-Controller-WrapCGI.git] / lib / Catalyst / Controller / CGIBin.pm
index fd9b56c..91982e3 100644 (file)
@@ -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.014
 
 =cut
 
-our $VERSION = '0.009';
+our $VERSION = '0.014';
 
 =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<cgi-bin/>.
+The global URI path prefix for CGIs, defaults to C<cgi-bin>.
 
 =head2 cgi_dir
 
@@ -187,8 +187,8 @@ C<<$self->cgi_path($cgi)>>
 Takes a path to a CGI from C<root/cgi-bin> such as C<foo/bar.cgi> and returns
 the public path it should be registered under.
 
-The default is to prefix with the C<cgi_root_path> config setting, or if not set
-uses C<cgi-bin/$cgi>.
+The default is to prefix with C<$cgi_root_path/>, using the C<cgi_root_path>
+config setting, above.
 
 =cut