On 7/11/2004 12:46 AM Michael G Schwern wrote:
Most modules now have a META.yml file which contains (amongst other things)
module dependency information. Simplest thing to do would be to make a
local miniCPAN mirror [1] and walk through the archive files [2] in modules/02packages.details.txt looking for META.yml.
I've been doing something like that, but there's still plenty out there that don't have META.yml. So I may try something like Module::Depends, if I can get it working on Windoze.
(It apparently requires File::chdir to work, BUT due to bad juju between Cwd and File::SpeC....)
Oddly, this is one of the cases that inspired me to work on this problem.