X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst.pm;h=f3807c605310666c22431b13057bba53d3b4faac;hb=40a21eff7619a0c872ad88c6962cfd7474039b88;hp=6e74e5895764b8c39c226a6e974fafbf4add73ee;hpb=7d7519a4bbd079da53bf50f4822cabb0e3af74a1;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6e74e58..f3807c6 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1169,11 +1169,6 @@ EOF ) unless $meta->is_immutable; }; - if ($class->config->{case_sensitive}) { - $class->log->warn($class . "->config->{case_sensitive} is set."); - $class->log->warn("This setting is deprecated and planned to be removed in Catalyst 5.81."); - } - $class->setup_finalize; # Should be the last thing we do so that user things hooking # setup_finalize can log..