X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=5b27207be3ec5d61234af9d469e9940d0531283b;hb=refs%2Fheads%2Fbasic-app-ctx-separation;hp=2f6e4588855e66474abbe57681a45c8ab6fc9e35;hpb=cb689891b91e9343d8d3784908f73d68b9933e05;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 2f6e458..5b27207 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1636,10 +1636,6 @@ There are a number of 'base' config variables which can be set: =item * -C - Makes private paths case sensitive. See L. - -=item * - C - The default model picked if you say C<< $c->model >>. See Lmodel($name)>. =item * @@ -1709,13 +1705,8 @@ action table, but you can make them visible with a config parameter. =head1 CASE SENSITIVITY -By default Catalyst is not case sensitive, so C is -mapped to C. You can activate case sensitivity with a config -parameter. - - MyApp->config(case_sensitive => 1); - -This causes C to map to C. +Catalyst is not case sensitive, so C is +mapped to C. =head1 ON-DEMAND PARSER