| Jean-Louis Leroy 2006-01-10, 4:00 am |
| > Sounds interesting, though I have to say, it also sounds remarkably
> similar to Module::ScanDeps, which I have used in the past and is
> already in CPAN.
After a quick look at Module::ScanDeps, I have the impression that it
is quite different both in intent and in implementation. My goal is to
help troubleshoot slow loading programs by gathering information on the
cost of loading modules in presence of long @INC or PERL5LIB;
Module::ScanDeps seems to be a tool for packaging programs.
Also, the implementation of Module::ScanDeps is a lot more complex and
perhaps less robust. It does look nice though, and it's good to know
that it exists, thanks for pointing it out.
--
Jean-Louis Leroy
Europerl - http://www.europerl.be
a division of Sound Object Logic - http://www.soundobjectlogic.com
|