NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Role organization (Score:1)
How do you store roles in a project (where do they go in your namespace)?
Do you have a special package, like:
MyFramework::Role::Does*
Re: (Score:2)
Yes, that's exactly where I put them. However, if you prefix everything with Does..., the Role portion of the namespace is almost redundant. Maybe MyFramwork::Does::...?
Re:Role organization (Score:1)
I like Does::
(insert picture of a Pakled)
http://img522.imageshack.us/img522/9214/pakled1.jpg [imageshack.us]
Reply to This
Parent