>>>>> On Tue, 23 Apr 2002 17:44:35 +0530, "sharan" <[EMAIL PROTECTED]> said:

  > Hello,
  > How to find the module dependencies? I have used many modules in  my tool
  > development, and i given all the modules used with my tool package. But when
  > the tool is installed on Windows at the customer places they are getting
  > problems as some of the module use some depenedent modules. Is there any way
  > to find out what are all the modules that are dependent.

Not without installing them. Developers usually write the dependency
information into the Makefile.PL which will be executed when you
install the modules. If you use CPAN.pm to install the modules, it
will be able to use the information and install all properly declared
dependenies for you.

Hope this helps,
-- 
andreas

Reply via email to