http://www.perlmonks.org?node_id=391797


in reply to "Vanity Tagging" on CPAN?

My .02 is that you should consider putting it into some "Bot::" or "Net::Bot::" heirarchy. (There are several like this, search CPAN for bot first -- you might find something you want to extend or subclass and you'll want to worry about namespaces clashes there, too.) That seems to make more sense to me, since the behavior of a bot is the more generic part and a bot implemented for IRC seems the more specific.

Also, I'd say just write it first with whatever name you want, and worry about what to rename it to put it on CPAN later. Once it works and once you're convinced it's really a significantly better alternative than other bot solutions, that's the time to worry about a CPAN release.

Personally, I suggest setting aside the advice that says "you should rewrite/extend an existing CPAN module instead of rolling your own". The expression "reinventing the wheel" is tossed around a lot, but few modules on CPAN are really simple enough tools to be considered wheels. Sometimes you need to start from scratch. If you really can make a better tool, go for it!

-xdg

Code posted by xdg on PerlMonks is public domain. It has no warranties, express or implied. Posted code may not have been tested. Use at your own risk.