From: Hans Dieter Pearcey Date: Mon, 27 Apr 2009 05:30:43 +0000 (+0000) Subject: make it clearer where the slashes are X-Git-Tag: 0.030~41 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=184837e7a5ce410a323ba0659f2f8cdcc64bd4ef make it clearer where the slashes are --- diff --git a/lib/Catalyst/Controller/CGIBin.pm b/lib/Catalyst/Controller/CGIBin.pm index fd9b56c..87f639f 100644 --- a/lib/Catalyst/Controller/CGIBin.pm +++ b/lib/Catalyst/Controller/CGIBin.pm @@ -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