Binary package “libmodule-extractuse-perl” in ubuntu oracular

Perl module to find out modules used by the specified Perl source

 Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl
 code. It tries very hard to find all modules (whether pragmas, Core, or from
 CPAN) used by the parsed code.
 .
 "Usage" is defined by either calling use or require.