X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F08_Testing.pod;h=91ff929d45c6fd32ed3889b235bb2cc1723103ed;hp=e6d4b91a7d32e6d987630a40fa3a16e43f772cee;hb=335a4fdfeacc3e0863a964c26a8e8b120f9a763e;hpb=b3876d9eb98d14bd0b30e58c760fa7e4bcd3eaab 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;