Module::Extract::Use extracts the names of the modules used in a file using a
static analysis. It uses PPI (Perl Parsing Interface) to tokenize and extract
the file data.
.
Since this module does not run code, it cannot find dynamic uses of modules,
such as eval "require $class".
Installed Size: 45.1 kB
Architectures: all