Personally, any module that's released via any work-related entity that I run into trouble with I patch and release publicly ASAP. That's just the most efficient way of dealing with it, but that's just because I'm usually the public maintainer of that code. When you're working with a large group so that changes may take more time, it might be a good idea to put the bug (and possibly patch) in whatever public ticketing system is the most useful - rt.cpan.org is available for all CPAN modules, but if you have your own system, it may be better to use that.
Aside from that, if you're putting up modules as "open source", I just want to plug http://github.com as a code repository. It makes publicly forking / patching other people's code a breeze and gives you a very clear view of whatever other people are doing with the code.
edited to add: my repos @ github
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.