On 30 Jan 2004 at 7:18, Suresh Govindachar wrote: > > > How does one find out information on packages that > have been installed using "nmake install"? > > Same question for a unix installation using "make install". >
If you are using ActivePerl in both places, then the utility "pmq" should come with it, doc included. From my ActiveState 5.6.1: C:\ActivePerl\bin>pmq PAR 0.79 C:\ActivePerl\bin>pmq Module::ScanDeps 0.37 C:\ActivePerl\bin>pmq PAR::Dist 0.06 C:\ActivePerl\bin>pmq Archive::Zip 1.06 If that's not available, you could easily create a script from ExtUtils::Installed (available from CPAN) or Module::InstalledVersion (available from CPAN or ppm). Alan Stewart
