[Catalyst-commits] r9882 - trunk/Catalyst-Controller-WrapCGI/lib/Catalyst/Controller

hdp at dev.catalyst.perl.org hdp at dev.catalyst.perl.org
Mon Apr 27 05:30:44 GMT 2009


Author: hdp
Date: 2009-04-27 06:30:43 +0100 (Mon, 27 Apr 2009)
New Revision: 9882

Modified:
   trunk/Catalyst-Controller-WrapCGI/lib/Catalyst/Controller/CGIBin.pm
Log:
make it clearer where the slashes are

Modified: trunk/Catalyst-Controller-WrapCGI/lib/Catalyst/Controller/CGIBin.pm
===================================================================
--- trunk/Catalyst-Controller-WrapCGI/lib/Catalyst/Controller/CGIBin.pm	2009-04-27 05:24:45 UTC (rev 9881)
+++ trunk/Catalyst-Controller-WrapCGI/lib/Catalyst/Controller/CGIBin.pm	2009-04-27 05:30:43 UTC (rev 9882)
@@ -72,7 +72,7 @@
 
 =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 @@
 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
 




More information about the Catalyst-commits mailing list