Rename Roles::Recipe2 to Roles::Restartable_AdvancedComposition
[gitmo/Moose.git] / lib / Moose / Cookbook / Roles / Recipe3.pod
index b81c9f4..63d2a49 100644 (file)
@@ -93,8 +93,8 @@ We could also pass parameters to the role we're applying:
       -alias => { assign_work => 'get_off_your_lazy_behind' },
   );
 
-We saw examples of how method exclusion and alias working in L<roles
-recipe 2|Moose::Cookbook::Roles::Recipe2>.
+We saw examples of how method exclusion and alias working in
+L<Moose::Cookbook::Roles::Restartable_AdvancedComposition>.
 
 =head1 CONCLUSION