From: hkclark Date: Mon, 29 Aug 2011 21:36:22 +0000 (-0400) Subject: Lots of updates X-Git-Tag: 5.9003~25^2~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=c988c8b093c26a7205881bfd4eb6f0bf9a5834dd Lots of updates --- 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