* Jerome Quelin <[EMAIL PROTECTED]> [2007-05-27 09:50]:
> so here's my question: how should i name this new module?
>  - audio::item    => isn't it too vague?
>  - audio::mpditem => isn't it too specific? (would it be used by others?)
>  - other?

The modules I see are just structs, and the only code in there is
the formatter method in Audio::MPD::Item::Song. I does not seem
to me that these things are very generically useful; you’d have
to do a lot of work to make them interesting for other purposes.

I’d suggest Audio::MPD::Item as the distro name, since you’ve
already organised them as a hierarchy in there. As a bonus you
won’t even need to change any of the Audio::MPD code, just add
the dependency and you’re done.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to