Jonathan Rockway wrote:
* On Thu, Feb 07 2008, Matisse Enzer wrote:I want to utility program that I can point at a list of files and/r directories and get back a list of all the unique modules/pragmas that are imported via 'use'Before i write my own, using PPI, does this exist already in the CPAN?What's wrong with Module::ScanDeps? It has options for static scanning (regexing the code, basically) or running the code and inspecting %INC.
Or Module::ExtractUse? Ian