Roughly find out module depends from Perl file(s) - Summary
This group is not part of the GNU Project.
Utility to determine roughly list of modules the program uses. This is based on the idea, that Perl evaluates the "use" commands at compile time and stores the loaded module information in the %INC variable. By examining the loaded modules and comparing them against the standard Perl modules, the external module dependencies can be roughly estimated. This dependencies information is useful e.g. for software packagers.
Latest version (snapshot): http://git.savannah.gnu.org/cgit/perl-depends.git/snapshot/perl-depends-master.tar.gz
Registration Date: Fri 19 Mar 2010 07:10:49 PM UTC
License: GNU General Public License v2 or later
Development Status: 5 - Production/Stable
Powered by Savane 3.14-50d9.
Corresponding source code