Add comment about local::lib
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index 40d715d..2e214f0 100644 (file)
@@ -206,8 +206,9 @@ L<http://www.virtualbox.org/>.
 Once you get a login prompt, enter the username B<root> and a password
 for C<catalyst>.  You should now be at a prompt that looks like:
 
-    login: root
-    password: catalyst
+    catalyst login: root
+    Password: catalyst
+    ...
     root@catalyst:~#
 
 =item 5
@@ -298,6 +299,17 @@ install Emacs:
 =back
 
 
+You will note that the Tutorial Virtual Machine uses L<local::lib> so
+that the Perl modules are run from ~/perl5 (in this case, /root/perl5)
+vs. the usual location of your "system Perl".  We recommend that you
+also consider using this very handy module.  It can greatly ease the
+process of maintaining and testing different combinations or Perl
+modules across development, staging, and production servers.  (The
+"relocatable Perl" feature can also be used to to run both the modules
+B<and> Perl itself from your home directory [or any other directory you
+chose]).
+
+
 =head1 VERSIONS AND CONVENTIONS USED IN THIS TUTORIAL
 
 This tutorial was built using the following resources. Please note that
@@ -392,6 +404,10 @@ change between database systems: most of the code generally remains the
 same.
 
 
+You can jump to the next chapter of the tutorial here:
+L<Catalyst Basics|Catalyst::Manual::Tutorial::02_CatalystBasics>
+
+
 =head1 AUTHOR
 
 Kennedy Clark, C<hkclark@gmail.com>