X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=5a9950e8415d9c90bfa6d8a5024348e34ee36cc5;hb=f7f5632ecb153629ddac65ed74c250407e44e37a;hp=f8be880e5878c16959551828bb1af94a2224eb19;hpb=f34d7f6289f4ed36661ed89ea22357063f78fd6c;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index f8be880..5a9950e 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -162,8 +162,8 @@ by DBIx::Class.) =item * -The use of L 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