X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=1b5fad81e21f9ab7537f4e186197dbe9896f871d;hb=2c12849064a74a0db35dc31a7e1970132447e9e8;hp=0892981b9590cfce76547115b9ec0759d6ad4765;hpb=1390ef0ecd30a0dcfe59f212353ed81094fdf64a;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 0892981..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 @@ -432,7 +436,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006-2008, Kennedy Clark, under Creative Commons License (L).