From: Shawn M Moore Date: Tue, 8 Apr 2008 12:48:33 +0000 (+0000) Subject: We mention test files by name in the first few recipes - they were moved into t/000_r... X-Git-Tag: 0_55~239 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa670b9c2575fc11d43c4b48c15d6f0bb2d2f0d8;p=gitmo%2FMoose.git We mention test files by name in the first few recipes - they were moved into t/000_recipes/ --- diff --git a/lib/Moose/Cookbook/Recipe1.pod b/lib/Moose/Cookbook/Recipe1.pod index 3a22ba5..04c2c80 100644 --- a/lib/Moose/Cookbook/Recipe1.pod +++ b/lib/Moose/Cookbook/Recipe1.pod @@ -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 test file. +done, you can refer to the F test file. =head1 CONCLUSION diff --git a/lib/Moose/Cookbook/Recipe2.pod b/lib/Moose/Cookbook/Recipe2.pod index dc4b5dc..9bb2c93 100644 --- a/lib/Moose/Cookbook/Recipe2.pod +++ b/lib/Moose/Cookbook/Recipe2.pod @@ -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 test file. +these classes can be found in the F test file. =head1 CONCLUSION diff --git a/lib/Moose/Cookbook/Recipe3.pod b/lib/Moose/Cookbook/Recipe3.pod index 9d49f0c..da06f7b 100644 --- a/lib/Moose/Cookbook/Recipe3.pod +++ b/lib/Moose/Cookbook/Recipe3.pod @@ -190,7 +190,7 @@ right?). Now, as with all the other recipes, you can go about using B like any other Perl 5 class. A more detailed example of its -usage can be found in F. +usage can be found in F. =head1 CONCLUSION diff --git a/lib/Moose/Cookbook/Recipe4.pod b/lib/Moose/Cookbook/Recipe4.pod index 28eecb4..ad088fd 100644 --- a/lib/Moose/Cookbook/Recipe4.pod +++ b/lib/Moose/Cookbook/Recipe4.pod @@ -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. +usage can be found in F. =head1 CONCLUSION