Rename Extending::Recipe1 to Extending::ExtensionOverview
[gitmo/Moose.git] / lib / Moose / Cookbook / Extending / Recipe4.pod
index 0509279..1e351c4 100644 (file)
@@ -36,9 +36,10 @@ __END__
 =head1 DESCRIPTION
 
 This recipe expands on the use of L<Moose::Exporter> we saw in
-L<Moose::Cookbook::Extending::Recipe1> and the class metaclass trait we saw in
-L<Moose::Cookbook::Meta::Table_MetaclassTrait>. In this example we provide our
-own metaclass trait, and we also export a C<has_table> sugar function.
+L<Moose::Cookbook::Extending::ExtensionOverview> and the class metaclass trait
+we saw in L<Moose::Cookbook::Meta::Table_MetaclassTrait>. In this example we
+provide our own metaclass trait, and we also export a C<has_table> sugar
+function.
 
 The C<with_meta> parameter specifies a list of functions that should
 be wrapped before exporting. The wrapper simply ensures that the