in reply to Multiple CPAN distributions under the same git repository?
Honestly, having to make identical changes in multiple places is a code smell.
If you are adhering to the DRY (Don't Repeat Yourself) principle, you shouldn't need to do things like this.
Of course in the real world, this isn't always so easy to accomplish :)
Best,
Jim
πάντων χρημάτων μέτρον έστιν άνθρωπος.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Multiple CPAN distributions under the same git repository?
by Dallaylaen (Chaplain) on Nov 13, 2018 at 09:14 UTC |