Add link to most recent version in subversion so that people can easily locate the...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Tutorial / Intro.pod
index 990ada9..bc55b74 100644 (file)
@@ -88,7 +88,7 @@ Role-based authorization ("authz").
 
 =item * 
 
-Attempts to provide an example showing current (5.70) Catalyst
+Attempts to provide an example showing current (5.7000) Catalyst
 practices. For example, the use of 
 L<Catalyst::Plugin::DefaultEnd|Catalyst::Plugin::DefaultEnd>,
 DBIC, L<Catalyst::Plugin::ConfigLoader|Catalyst::Plugin::ConfigLoader> 
@@ -113,7 +113,8 @@ PostgreSQL).
 
 =item * 
 
-The use of HTML::Widget for automated form processing and validation.
+The use of L<HTML::Widget|HTML::Widget> for automated form processing 
+and validation.
 
 =back
 
@@ -176,7 +177,7 @@ Catalyst::Plugin::Authentication -- 0.07
 
 =item *
 
-Authentication::Credential::Password -- 0.07
+Catalyst::Plugin::Authentication::Credential::Password -- 0.07
 
 =item *
 
@@ -321,11 +322,14 @@ part for the appropriate svn command to use).  Additionally, the final
 code is available as a ready-to-run tarball at
 I<TO_BE_ADDED_TO_FINAL_VERSION>.
 
+
 =head1 AUTHOR
 
 Kennedy Clark, C<hkclark@gmail.com>
 
-Please report any errors, issues or suggestions to the author.
+Please report any errors, issues or suggestions to the author.  The
+most recent version of the Catlayst Tutorial can be found at
+L<http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Runtime/lib/Catalyst/Manual/Tutorial/>.
 
 Copyright 2006, Kennedy Clark, under Creative Commons License
 (L<http://creativecommons.org/licenses/by-nc-sa/2.5/>).