On 10/07/26 12:31 -0700, Ovid wrote:
> I'm thinking about writing a module which is merely a role (Moose::Role) 
> which 
> one must consume.  While there doesn't appear to be a standard for this, I 
> was 
> thinking about trying to set a precedent and use the Does:: namespace.  For 
> example, if you want a upload a role which serializes things to YAML, you 
> might 
> call it "Does::Serialize::YAML" to make it clear it's a role to be consumed 
> and 
> not a stand-alone package.
> 
> Thoughts?

fwiw, i released a moose role to be used by a tk interface under the
name:    tk::role::dialog

since it's specific (ie, not moose related at all besides
implementation), i think it's better to follow the existing
hierarchies...

jérôme 
-- 
jque...@gmail.com

Reply via email to