projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fd7a19
)
and fix the reference to the test file
Jesse Luehrs [Sat, 7 May 2011 19:25:57 +0000 (14:25 -0500)]
lib/Moose/Cookbook/Basics/Recipe9.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Cookbook/Basics/Recipe9.pod
b/lib/Moose/Cookbook/Basics/Recipe9.pod
index
e752021
..
5e2d444
100644
(file)
--- a/
lib/Moose/Cookbook/Basics/Recipe9.pod
+++ b/
lib/Moose/Cookbook/Basics/Recipe9.pod
@@
-235,7
+235,7
@@
If you'd like to learn more about overloading, please read the
documentation for the L<overload> pragma.
To see all the code we created together, take a look at
-F<t/recipes/basics/010_genes.t>.
+F<t/recipes/basics_recipe9.t>.
=head1 NEXT STEPS