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

jeyroz has asked for the wisdom of the Perl Monks concerning the following question:

I have been researching the benefits of using CGI::Application to handle run modes in web applications. I, however am unclear on the development process when using such a tool in a TEAM environment. It seems to me that because the application logic, (& "Run-mode Methods") are all kept in an single file - an "Application Module", developing such an app in a team environment would be tricky. Any custom classes for the application could be developed separately but the controling logic for the entire app is still in one file. Does anyone out there have experience using CGI::Application in a team env?

Any thoughts and advice would be helpful.
Thanks.

author => jeyroz