X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=d8ba67c10978e9e784302b547ab9aff3b937b3ee;hb=c988c8b093c26a7205881bfd4eb6f0bf9a5834dd;hp=39d41bdb9856794dfd3b49104de44efde525ed58;hpb=2217b252905d370f4f7840cf78996d43c79e5d4f;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 39d41bd..d8ba67c 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -92,6 +92,9 @@ tutorial or in a directory that already has a "MyApp" subdirectory): ... created "MyApp/script/myapp_create.pl" Change to application directory and Run "perl Makefile.PL" to make sure your install is complete + +And change the "MyApp" directory the helper created: + $ cd MyApp This creates a similar skeletal structure to what we saw in Chapter 2 of @@ -110,7 +113,7 @@ general, they do this by adding additional methods to the C object (generally written as C<$c>) that Catalyst passes to every component throughout the framework. - +Take a look at the file C that the helper created above. By default, Catalyst enables three plugins/flags: =over 4 @@ -124,12 +127,12 @@ C