Minor updates: Fix filename for initial tests and latest H::FormFu version
Kennedy Clark [Mon, 29 Dec 2008 13:59:37 +0000 (13:59 +0000)]
lib/Catalyst/Manual/Tutorial/AdvancedCRUD/FormFu.pod
lib/Catalyst/Manual/Tutorial/Intro.pod

index 1e429bf..c492ccc 100644 (file)
@@ -61,7 +61,7 @@ L<Appendices|Catalyst::Manual::Tutorial::Appendices>
 This portion of the tutorial explores L<HTML::FormFu|HTML::FormFu> and 
 how it can be used to manage forms, perform validation of form input, 
 as well as save and restore data to/from the database.  This was written
-using HTML::FormFu version 0.03006.
+using HTML::FormFu version 0.03007.
 
 See 
 L<Catalyst::Manual::Tutorial::AdvancedCRUD|Catalyst::Manual::Tutorial::AdvancedCRUD>
index 828878b..fdce808 100644 (file)
@@ -452,7 +452,7 @@ B<NOTE:> You can run the test cases for the final code through Part 8
 with the following commands:
 
     wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Part8.tgz
-    tar zxvf MyApp.tgz
+    tar zxvf MyApp_Part8.tgz
     cd MyApp
     CATALYST_DEBUG=0 prove --lib lib  t