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=39db3e7e5cdc5b5974a543f1de2ba573bbf2b5d5;hp=ffd01befef9115434c983c41cbb0a81a1c89f11c;hb=444d6b277933a652eb38bbeae072dbdfbe47c1c8;hpb=1294e83cfdfa5de4badc657dfeb3af0d71ad135a diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index ffd01be..39db3e7 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