Point users to RT
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index bbb11de..54d2d98 100644 (file)
@@ -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<NOTE:> 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<debian-500-i386-netinst.iso>" 
 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<hkclark@gmail.com>
 
-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
+<https://rt.cpan.org/Public/Dist/Display.html?Name=Catalyst-Manual>.
+
+The most recent version of the Catalyst Tutorial can be found at
 L<http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/>.
 
-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<http://creativecommons.org/licenses/by-sa/3.0/us/>).