X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=05447d474a981c719e052588e576367a9d5759a3;hp=f8be880e5878c16959551828bb1af94a2224eb19;hb=96a8735673ba59a0cdc20672020dffab4d6209de;hpb=f34d7f6289f4ed36661ed89ea22357063f78fd6c diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index f8be880..05447d4 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -72,8 +72,8 @@ catalyst subversion repository by issuing the command: svn co http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/ CatalystTutorial -This will download the most recent tarball for each chapter of the -tutorial into the CatalystTutorial directory on your machine. +This will download the most recent code for each chapter of the +tutorial into the CatalystTutorial directory on your machine. B for automated form processing -and validation. +The use of L or L +for automated form processing and validation. =back @@ -402,7 +402,8 @@ Install Catalyst: sudo aptitude -y install sqlite3 libdbd-sqlite3-perl libcatalyst-perl \ libcatalyst-modules-perl libdbix-class-timestamp-perl \ libdbix-class-encodedcolumn-perl libperl6-junction-perl \ - libdatetime-format-sqlite-perl libconfig-general-perl + libdatetime-format-sqlite-perl libconfig-general-perl \ + libhtml-formfu-model-dbic-perl Let it install (normally about a 30 to 90-second operaton) and you are done. (Note the '\' above. Depending on your environment, you might @@ -619,16 +620,16 @@ with the following commands: wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter8.tgz tar zxvf MyApp_Chapter8.tgz cd MyApp - CATALYST_DEBUG=0 prove --lib lib t + CATALYST_DEBUG=0 prove -wl t -If you wish to include the L section in -your tests, substitute C for -C in the URL above. +If you wish to include the L section in your tests, +substitute C for C in the URL +above. wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter9_FormFu.tgz tar zxvf MyApp_Chapter8.tgz cd MyApp - CATALYST_DEBUG=0 prove --lib lib t + CATALYST_DEBUG=0 prove -wl t You can also fire up the application under the development server that is conveniently built in to Catalyst. Just issue this command from the C directory where you