in reply to Re: non-CPAN module distributions
in thread non-CPAN module distributions
The advantages I see of moving groups of module files (*.pm) into module distributions are that tests would be bundled with the code they are testing, support libraries needed just during testing would be bundled in as well, and in many cases, only one or two module distributions would be required for standalone development and unit testing. It seems to me that it would be easier to have someone work on and test just one module distribution without having to understand the entire design and interactions between it and other modules.
It may well be that these advantages are outweighed by the disadvantages -- that is part of the assessement I'm currently trying to make before going very far down this path. Some disadvantages of this bundling into module distributions are that later code restructuring will become more difficult, and that additional work is needed at the very least, to setup the framework for doing module installations.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: non-CPAN module distributions
by perrin (Chancellor) on Sep 16, 2003 at 21:57 UTC |