Rename Roles::Recipe3 to Roles::ApplicationToInstance
Dave Rolsky [Sat, 11 Feb 2012 20:24:36 +0000 (14:24 -0600)]
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/Roles/ApplicationToInstance.pod [moved from lib/Moose/Cookbook/Roles/Recipe3.pod with 97% similarity]

index 2b065a0..2e8c91c 100644 (file)
@@ -102,7 +102,7 @@ class. Sometimes you want the whole role but one of its methods
 conflicts with one in your class. With method exclusion and aliasing,
 you can work around these problems.
 
-=item L<Moose::Cookbook::Roles::Recipe3> - Applying a role to an object instance
+=item L<Moose::Cookbook::Roles::ApplicationToInstance>
 
 In this recipe, we apply a role to an existing object instance.
 
similarity index 97%
rename from lib/Moose/Cookbook/Roles/Recipe3.pod
rename to lib/Moose/Cookbook/Roles/ApplicationToInstance.pod
index 63d2a49..e233f15 100644 (file)
@@ -1,11 +1,9 @@
-package Moose::Cookbook::Roles::Recipe3;
+package Moose::Cookbook::Roles::ApplicationToInstance;
 
 # ABSTRACT: Applying a role to an object instance
 
 __END__
 
-package Moose::Cookbook::Roles::Recipe3;
-
 =pod
 
 =begin testing-SETUP