X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=1b5fad81e21f9ab7537f4e186197dbe9896f871d;hp=9744f559dd06be9fba1fddaa5e3be1876993f1d9;hb=2c12849064a74a0db35dc31a7e1970132447e9e8;hpb=cd9a3ff44ed4bea6abdd09bc8601e91344d7181b diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 9744f55..1b5fad8 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -414,13 +414,17 @@ same. Each part of the tutorial has complete code available in the main Catalyst Subversion repository (see the note at the beginning of each part for the appropriate svn command to use). Additionally, the final -code is available as a ready-to-run tarball at -L. +code through Part 8 of the tutorial is available as a ready-to-run +tarball at +L. +The final code for other parts of the tutorial are available at: +L. + B You can run the test cases for the final code with the following commands: - wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/Final_Tarball/MyApp.tgz + wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/Final_Tarball/MyApp_Part8.tgz tar zxvf MyApp.tgz cd MyApp CATALYST_DEBUG=0 prove --lib lib t