X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=d076b8d5e181782640e69163e82cb275d7aa883a;hp=32951682f14d08dd73c55a5fd0bd17ae92fb146e;hb=8f8532e19f5998617f0a05eab528012291168e61;hpb=87c8736657a2ec40afe7e66d7d490ca0a48ac5dd diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 3295168..d076b8d 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -21,7 +21,7 @@ placing a C call in the C action. If you're tired of removing and adding this all the time, you can easily add a condition. For example: - die "Testing" if $c->param->{dump_info}; + die "Testing" if $c->params->{dump_info}; =head2 Disable statistics