We mention test files by name in the first few recipes - they were moved into t/000_r...
Shawn M Moore [Tue, 8 Apr 2008 12:48:33 +0000 (12:48 +0000)]
lib/Moose/Cookbook/Recipe1.pod
lib/Moose/Cookbook/Recipe2.pod
lib/Moose/Cookbook/Recipe3.pod
lib/Moose/Cookbook/Recipe4.pod

index 3a22ba5..04c2c80 100644 (file)
@@ -175,7 +175,7 @@ not recognize.
 
 From here on, you can use C<$point> and C<$point3d> just as you would 
 any other Perl 5 object. For a more detailed example of what can be 
-done, you can refer to the F<t/001_recipe.t> test file.
+done, you can refer to the F<t/000_recipes/001_recipe.t> test file.
 
 =head1 CONCLUSION
 
index dc4b5dc..9bb2c93 100644 (file)
@@ -155,7 +155,7 @@ normal process, here is an example:
                                             );
 
 And as with the first recipe, a more in-depth example of using 
-these classes can be found in the F<t/002_recipe.t> test file.
+these classes can be found in the F<t/000_recipes/002_recipe.t> test file.
 
 =head1 CONCLUSION
 
index 9d49f0c..da06f7b 100644 (file)
@@ -190,7 +190,7 @@ right?).
 
 Now, as with all the other recipes, you can go about using 
 B<BinaryTree> like any other Perl 5 class. A more detailed example of its
-usage can be found in F<t/003_recipe.t>.
+usage can be found in F<t/000_recipes/003_recipe.t>.
 
 =head1 CONCLUSION
 
index 28eecb4..ad088fd 100644 (file)
@@ -245,7 +245,7 @@ And that's about it.
 
 Once again, as with all the other recipes, you can go about using 
 these classes like any other Perl 5 class. A more detailed example of 
-usage can be found in F<t/004_recipe.t>.
+usage can be found in F<t/000_recipes/004_recipe.t>.
 
 =head1 CONCLUSION