Dallaylaen has asked for the wisdom of the Perl Monks concerning the following question:
Hello dear esteemed monks,
Say I have an example script in my CPAN module's distribution. Over the course of module development it grew and gained enough features, robustness, and documentation to be considered a tool on its own. However, it also uses other modules that are not used by my module, and I don't want to introduce extra dependencies. Say the module is about data processing and tool uses drawing tools to visualize the data.
Now here are some options I see:
Looks like option 2 is the way to go, but how can I do it? Keep 2 CPAN packages in the same repository? Maybe I can tweak Makefile to copy a script to a separate location an process it there?
Or maybe there's a fourth option I miss completely? Where should I look for example?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Avoiding extra dependencies in co-developed module and application
by VinsWorldcom (Prior) on Dec 10, 2015 at 14:55 UTC | |
by Dallaylaen (Chaplain) on Dec 11, 2015 at 14:42 UTC | |
|
Re: Avoiding extra dependencies in co-developed module and application
by jeffa (Bishop) on Dec 10, 2015 at 22:54 UTC |