libperl-prereqscanner-perl | module for extracting prerequisites from Perl code | Mehr ...
Perl::PrereqScanner will extract loosely distribution prerequisites from files. . The extraction may not be perfect but tries to do its best. It will currently find the following prereqs: . * plain lines beginning with use or require in perl modules and scripts * regular inheritance declared with the base and parent pragmata * Moose inheritance declared with the extends keyword * Moose roles included with the with keyword