![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Finding what modules use and what uses the modulesby Lady_Aleena (Priest) |
on May 27, 2017 at 01:16 UTC ( #1191333=perlquestion: print w/replies, xml ) | Need Help?? |
Lady_Aleena has asked for the wisdom of the Perl Monks concerning the following question: As some of you know, I'm doing an audit of my code. Part of that audit is finding what modules my modules use and what modules I have written are used by other modules I have written. If I ever get things nice enough in some of my modules, I might one day put a few up on CPAN. However, I need to know what modules my modules use so I can include them in the install if the user does not already have. Like, if I use Lingua::EN::Inflect in a module (or group of modules), it would need to be installed if the user does not have it already. At least I think so. I came up with the following code to find the information but there might be a better way. Update: I put the updated code I used here: Re: Finding what modules use and what uses the modules. Your options looked interesting but did not differentiate things the way I wanted.
Here is example output.
If you know of a better way that will give me deeper or more sophisticated results, I am interested. No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
Lady Aleena
Back to
Seekers of Perl Wisdom
|
|