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;fp=lib%2FCatalyst%2FManual%2FTutorial%2FTesting.pod;h=c8671c0b4e958c198d025bc5366e9239dd82fd25;hp=04c08ab14a5f91fc52a33472bced1243fd9a4e23;hb=3ab6187c1a123983b6ae29e57f543328ce15755c;hpb=418ded01713d313bdc03308ced5b0cc408682e24 diff --git a/lib/Catalyst/Manual/Tutorial/Testing.pod b/lib/Catalyst/Manual/Tutorial/08_Testing.pod similarity index 95% rename from lib/Catalyst/Manual/Tutorial/Testing.pod rename to lib/Catalyst/Manual/Tutorial/08_Testing.pod index 04c08ab..c8671c0 100644 --- a/lib/Catalyst/Manual/Tutorial/Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/08_Testing.pod @@ -1,6 +1,6 @@ =head1 NAME -Catalyst::Manual::Tutorial::Testing - Catalyst Tutorial - Chapter 8: Testing +Catalyst::Manual::Tutorial::08_Testing - Catalyst Tutorial - Chapter 8: Testing =head1 OVERVIEW @@ -13,43 +13,43 @@ L =item 1 -L +L =item 2 -L +L =item 3 -L +L =item 4 -L +L =item 5 -L +L =item 6 -L +L =item 7 -L +L =item 8 -B +B<08_Testing> =item 9 -L +L =item 10 -L +L =back @@ -65,7 +65,7 @@ upgrade various pieces of your application over time. You can check out the source code for this example from the Catalyst Subversion repository as per the instructions in -L. +L. For an excellent introduction to learning the many benefits of testing your Perl applications and modules, you might want to read 'Perl Testing: