From: Tomas Doran Date: Fri, 21 Oct 2011 14:17:04 +0000 (-0600) Subject: Remove references to the -Engine flag from docs X-Git-Tag: 5.90005~4^2~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4340d28e493613411c3cab41e5daa8a794a25d84 Remove references to the -Engine flag from docs --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index a22dd18..2e3aeee 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -202,7 +202,7 @@ fully qualify the name by using a unary plus: +Fully::Qualified::Plugin::Name /; -Special flags like C<-Debug> and C<-Engine> can also be specified as +Special flags like C<-Debug> can also be specified as arguments when Catalyst is loaded: use Catalyst qw/-Debug My::Module/; @@ -222,13 +222,6 @@ priority. This sets the log level to 'debug' and enables full debug output on the error screen. If you only want the latter, see L<< $c->debug >>. -=head2 -Engine - -Forces Catalyst to use a specific engine. Omit the -C prefix of the engine name, i.e.: - - use Catalyst qw/-Engine=CGI/; - =head2 -Home Forces Catalyst to use a specific home directory, e.g.: