Point users to RT
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index c1139e6..54d2d98 100644 (file)
@@ -336,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 *
 
@@ -357,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:
 
@@ -534,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):
@@ -757,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-2010, 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/>).