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=c7ff3e1c9d79d54b7ee1bff8e7e220bc47c8cfa4;hp=bff23f1fa696a3b6fb3d85e24d16da3ee95f3e5d;hb=24acc5d75bb4208eeef4d1bad0974f0fd5893454;hpb=232da04a3754fcc56a885c4cce6338a65c799989 diff --git a/lib/Catalyst/Manual/Tutorial/08_Testing.pod b/lib/Catalyst/Manual/Tutorial/08_Testing.pod index bff23f1..c7ff3e1 100644 --- a/lib/Catalyst/Manual/Tutorial/08_Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/08_Testing.pod @@ -431,6 +431,10 @@ t/controller_Foo.t: $mech->get_ok( 'http://localhost/foo' ); +You can jump to the next chapter of the tutorial here: +L + + =head1 AUTHOR Kennedy Clark, C