|
|
| Don't ask to ask, just ask | |
| PerlMonks |
strategy for tracking down old version of "use List::Utils"by Anonymous Monk |
| on Mar 03, 2015 at 23:09 UTC ( [id://1118675]=perlquestion: print w/replies, xml ) | Need Help?? |
|
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: Hi PerlMonks, I need your assistance here. I'm trying to figure out which loaded module (in a large project) is including an old version of List::Util (v1.18) - i.e. the version that is included with core perl 5.8. I am trying the following: From a breakpoint in my code, I'm running
I still haven't had success yet locating the specific module, but it does find the correct inclusions. The problem here is the chain of includes, so at the moment i'm only finding the top level. Is this the best/only way of doing this or maybe there are utilities that I'm unaware that can help me? With so many perl module versions floating around, this seems like it might be a common task. Thank you for your time. Michael
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||