From: Kennedy Clark Date: Wed, 17 Dec 2008 18:20:19 +0000 (+0000) Subject: Fix URLs for final code tarballs (thx to K Gatdula) X-Git-Tag: v5.8005~242 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=2c12849064a74a0db35dc31a7e1970132447e9e8 Fix URLs for final code tarballs (thx to K Gatdula) --- 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