On Fri, 23 Sep 2005, Michael G Schwern wrote: > On Fri, Sep 23, 2005 at 07:33:04PM +0200, Tels wrote: > > Not yet. Good idea. The relevant code is in parse_file() in > > gen_graph - it gets as option one .pm file and then does something > > with it. > > > > The lopp for each file is in gather_data(), under the recurse > > branch: > > > > I'll redesign the code to be more re-usable and move away from the > > "file" methodology. But I won't have time until mid-October. > > Ok, thanks. I'll let you know if I get any tuits to work on it > before then.
Maybe I'm missing something, but wouldn't it make sense to use Module::ScanDeps for this and put any additional heuristics in there? Cheers, -Jan