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=ae57b39d2ade9ed9ed015e0034f8d84789cb4b99;hp=208b02c58b16f2b352ff18ff65fc52fe11972cb3;hb=c5b13dd3a313c85acce3bcdaf4d3f0251204c6b4;hpb=3ab6187c1a123983b6ae29e57f543328ce15755c diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 208b02c..ae57b39 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