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.
How to give it back (Score:3, Informative)
It sounds pretty useful to me. I spend 50% of my time writing CGI::Application modules and I'd love an easier way to debug them. Also, I know other people are working on the same problem. Someone emailed me with information about how to setup Apache to debug CGI::App modules from Komodo. I haven't had a chance to try it yet but it sounds similar to what you've done.
The most successful Perl projects are modules on CPAN. If you can figure out a way to make it a module then you should. Keep in mind that modules are allowed to distribute scripts too (ex. Mail::SpamAssassin includes spamd and spamc).
It's not a bad idea, but hardly required. I think you should at least post about it to the CGI::App mailing-list since I bet you'll find most of your users there.
Still have more questions about open-sourcing Perl code? Why not buy my book [amazon.com]?
-sam
Reply to This
Re:How to give it back (Score:1)
Thanks for your help.