Switch from Debian 5 to Debian 6
hkclark [Mon, 29 Aug 2011 17:27:30 +0000 (13:27 -0400)]
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
lib/Catalyst/Manual/Tutorial/07_Debugging.pod
lib/Catalyst/Manual/Tutorial/10_Appendices.pod

index a76bb7f..afddf45 100644 (file)
@@ -72,7 +72,7 @@ Please take a look at
 L<Catalyst::Manual::Tutorial::01_Intro/CATALYST INSTALLATION> before
 doing the rest of this tutorial.  Although the tutorial should work
 correctly under most any recent version of Perl running on any operating
-system, the tutorial has been written using Debian 5 and tested to be
+system, the tutorial has been written using Debian 6 and tested to be
 sure it runs correctly in this environment.
 
 
@@ -732,7 +732,7 @@ Please note the '\' above.  Depending on your environment, you might be
 able to cut and paste the text as shown or need to remove the '\'
 character to that the command is all on a single line.
 
-If you are following along in Debian 5, you should have version 0.40 or
+If you are following along in Debian 6, you should have version 0.40 or
 higher (shown above as "0.4" with the tailing zero removed). If you have
 less than v0.39, you will need to run this command to install it
 directly from CPAN:
index f46b9a8..e440945 100644 (file)
@@ -288,7 +288,7 @@ copy of an installed module:
 
     mkdir -p lib/Module; cp `perldoc -l Module::Name` lib/Module/
 
-Note: If you are following along in Debian 5 or Ubuntu, you will
+Note: If you are following along in Debian 6 or Ubuntu, you will
 need to install the C<perl-doc> package to use the C<perldoc> command.  
 Use C<sudo aptitude install perl-doc> to do that.
 
index 3af8a6c..9b1726f 100644 (file)
@@ -175,7 +175,7 @@ Chapter 3: More Catalyst Basics
 
 Install the PostgreSQL server and client and DBD::Pg:
 
-If you are following along in Debian 5, you can quickly install these 
+If you are following along in Debian 6, you can quickly install these
 items via this command:
 
     sudo aptitude install postgresql libdbd-pg-perl libdatetime-format-pg-perl