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=fdce808bf73a20d6b676054b8a16515af8cbcb00;hp=828878be10e0f9b6f9bd6e8f53d495844c373822;hb=cf582e91b80f0002a576fd6c01cb571311cb609f;hpb=533fee734b6738d009dd5405dda9501e430a4e9f diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 828878b..fdce808 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -452,7 +452,7 @@ B You can run the test cases for the final code through Part 8 with the following commands: wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Part8.tgz - tar zxvf MyApp.tgz + tar zxvf MyApp_Part8.tgz cd MyApp CATALYST_DEBUG=0 prove --lib lib t