X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=54d2d988756deb979370e85491bf13f32ba195ea;hb=7114a7d782e4a6617a943f07b470918534d92997;hp=bbb11de7469481d38f8f369d835bbc81bea53d37;hpb=2e73e2be3b0c51909f78e0ad630ddc35763db4a0;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index bbb11de..54d2d98 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -250,7 +250,8 @@ Install Catalyst and related libraries: libcatalyst-modules-perl libdbix-class-timestamp-perl \ libdatetime-format-sqlite-perl libconfig-general-perl \ libhtml-formfu-model-dbic-perl libterm-readline-perl-perl \ - libdbix-class-encodedcolumn-perl libperl6-junction-perl + libdbix-class-encodedcolumn-perl libperl6-junction-perl \ + libtest-pod-perl sudo aptitude clean =item 8 @@ -335,7 +336,7 @@ Catalyst::Plugin::Session::State::Cookie -- v0.17 =item * -Catalyst::Plugin::Session::Store::FastMmap -- v0.13 +Catalyst::Plugin::Session::Store::File -- v0.18 =item * @@ -356,7 +357,7 @@ HTML::FormFu -- v0.06001 B You can check the versions you have installed with the following command: - perl -M<_mod_name_> -e '"print $<_mod_name_>::VERSION\n"' + perl -M<_mod_name_> -e 'print "$<_mod_name_>::VERSION\n"' For example: @@ -509,7 +510,8 @@ Install Catalyst: libcatalyst-modules-perl libdbix-class-timestamp-perl \ libdatetime-format-sqlite-perl libconfig-general-perl \ libhtml-formfu-model-dbic-perl libterm-readline-perl-perl \ - libdbix-class-encodedcolumn-perl libperl6-junction-perl + libdbix-class-encodedcolumn-perl libperl6-junction-perl \ + libtest-pod-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 @@ -532,7 +534,7 @@ different Debian ISO image and install it to your hard drive. Although there are many different ways to download and install Debian, the "netinst" ISO image (such as "C" represents a great option because it keeps your initial download small -(but still let's you install anything you want "over the network"). +(but still lets you install anything you want "over the network"). Here are some tips if you are running from a live CD and are running out of disk space (which really means you are running out of RAM): @@ -755,9 +757,13 @@ for now you can log in using the username "test01" and a password of Kennedy Clark, C -Please report any errors, issues or suggestions to the author. The -most recent version of the Catalyst Tutorial can be found at +Feel free to contact the author for any errors or suggestions, but the +best way to report issues is via the CPAN RT Bug system at +. + +The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006-2008, Kennedy Clark, under Creative Commons License +Copyright 2006-2010, Kennedy Clark, under the +Creative Commons Attribution Share-Alike License Version 3.0 (L).