From: Dave Rolsky Date: Sat, 11 Feb 2012 20:24:36 +0000 (-0600) Subject: Rename Roles::Recipe3 to Roles::ApplicationToInstance X-Git-Tag: 2.0500~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=5d9d20f3e1445861792fbff00f8e37396ce7c8ed Rename Roles::Recipe3 to Roles::ApplicationToInstance --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 2b065a0..2e8c91c 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -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 - Applying a role to an object instance +=item L In this recipe, we apply a role to an existing object instance. diff --git a/lib/Moose/Cookbook/Roles/Recipe3.pod b/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod similarity index 97% rename from lib/Moose/Cookbook/Roles/Recipe3.pod rename to lib/Moose/Cookbook/Roles/ApplicationToInstance.pod index 63d2a49..e233f15 100644 --- a/lib/Moose/Cookbook/Roles/Recipe3.pod +++ b/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod @@ -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