X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=347d1b77c3b64e1620d81c1f1c2c499c2c4f3e69;hb=f63a9a2baf287fcf7f6f0f580dba27cc8eb45a52;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..347d1b7 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 @@ -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 @@ -759,5 +761,5 @@ Please report any errors, issues or suggestions to the author. 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 Creative Commons License (L).