X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=3b95f04f75fbb6771f1abb3f6e9bdf56fbc2ab60;hp=d42fa0a6fe8bcba72a3747af647b6462a52c4c9a;hb=61cb69fd002171a4c8a0e6c1188dc3530b918993;hpb=fce83e5f2a2da9f9117562d05aec1e161cc3c109 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index d42fa0a..3b95f04 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -91,11 +91,13 @@ tutorial or in a directory that already has a "MyApp" subdirectory): created "MyApp/root" ... created "MyApp/script/myapp_create.pl" + Change to application directory and Run "perl Makefile.PL" to make sure your install is complete $ cd MyApp This creates a similar skeletal structure to what we saw in Chapter 2 of the tutorial, except with C and C substituted for -C and C. +C and C. (As noted in Chapter 2, omit the ".pl" from +the command if you are using Strawberry Perl.) =head1 EDIT THE LIST OF CATALYST PLUGINS @@ -119,15 +121,31 @@ Enables the Catalyst debug output you saw when we started the C