X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=e409740d50de4d7d23b7d9dfffe4bbf384ac75f9;hb=f54e8ddc2a867cfd8285f92d3d297b4e4c919e7f;hp=919428607753c35b37dd5969b2afe054f24597f6;hpb=4e4cae820e184418dfcae2b388f2bd4e223532cc;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 9194286..e409740 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -319,6 +319,14 @@ part for the appropriate svn command to use). Additionally, the final code is available as a ready-to-run tarball 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 + tar zxvf MyApp.tgz + cd MyApp + CATALYST_DEBUG=0 prove --lib lib t + =head1 AUTHOR