Dallaylaen has asked for the wisdom of the Perl Monks concerning the following question:
Hello dear esteemed monks,
Suppose I have several similar and small modules (actually plugins for another module) and I'm looking for a way to keep them in git.
The plugins are not expected to be changed often. When they are, however, many of them may require an almost identical change (e.g. the main module adds a new feature or fixes a bug).
So what are the ways to achieve it?
What are the examples on CPAN? So far I've been able to peek at Map::Tube::* which uses the first approach. But maybe there are others? What do they use?
Thank you.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Multiple CPAN distributions under the same git repository?
by choroba (Cardinal) on Nov 12, 2018 at 10:18 UTC | |
by Dallaylaen (Chaplain) on Nov 13, 2018 at 08:33 UTC | |
Re: Multiple CPAN distributions under the same git repository?
by jimpudar (Pilgrim) on Nov 12, 2018 at 20:27 UTC | |
by Dallaylaen (Chaplain) on Nov 13, 2018 at 09:14 UTC | |
Re: Multiple CPAN distributions under the same git repository?
by dpchrist (Initiate) on Nov 21, 2018 at 23:33 UTC |