Update year on copyright
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index bbb11de..c1139e6 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
@@ -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<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 Creative Commons License
 (L<http://creativecommons.org/licenses/by-sa/3.0/us/>).