Update year on copyright
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 07_Debugging.pod
index bf35d96..2e71f3a 100644 (file)
@@ -348,7 +348,7 @@ Otherwise, it returns undef and nothing will be printed.
 If you run into issues during the rendering of your template, it might 
 be helpful to enable TT C<DEBUG> options.  You can do this in a Catalyst 
 environment by adding a C<DEBUG> line to the C<__PACKAGE__->config> 
-declaration in C<lib/MyApp/View/TT.pm>:
+declaration in C<lib/MyApp/View/HTML.pm>:
 
     __PACKAGE__->config({
         TEMPLATE_EXTENSION => '.tt2',
@@ -376,5 +376,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/>).