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.
-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