From: hkclark Date: Thu, 1 Sep 2011 11:36:08 +0000 (-0400) Subject: RT #68376 X-Git-Tag: 5.9003~25^2~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=335a4fdfeacc3e0863a964c26a8e8b120f9a763e RT #68376 --- diff --git a/lib/Catalyst/Manual/Tutorial/08_Testing.pod b/lib/Catalyst/Manual/Tutorial/08_Testing.pod index e6d4b91..91ff929 100644 --- a/lib/Catalyst/Manual/Tutorial/08_Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/08_Testing.pod @@ -118,7 +118,7 @@ to: ok( request('/books')->is_redirect, 'Request should succeed' ); -4) Add the following statement to the top of C: +4) Add the following statement to the top of C: use MyApp;