[Pdx-pm] Unwind module dependencies
Eric Wilhelm
scratchcomputing at gmail.com
Fri Feb 1 13:17:17 PST 2008
# from Roderick A. Anderson
# on Friday 01 February 2008 12:28:
>Is there another method besides CPAN::Unwind to determine what
>prerequisite modules are needed to install a module?
With or without running the code?
END {warn join("\n", sort keys %INC);}
Also see Module::ScanDeps, Devel::TraceLoad, and
http://scratchcomputing.com/svn/Devel-TraceDeps/trunk/.
Note that CPAN::Unwind is just using Module::Depends::Intrusive. This
tells you what a distribution will install, but not necessarily what it
needs.
--Eric
--
"Unthinking respect for authority is the greatest enemy of truth."
--Albert Einstein
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------
More information about the Pdx-pm-list
mailing list