[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#574439: RFP: perl-depends -- Roughly find out module depends from a perl file



Package: wnpp
Severity: wishlist

* Package name    : perl-depends
  Version         : git 714e5bc
  Upstream Author : Name <somebody@example.org>
* URL             : http://freshmeat.net/projects/perl-depends
* License         : GPL-2
  Programming Lang: Perl
  Description     : Roughly find out module depends from a perl file

Find out roughly the modules the program uses. This is based on the
idea, that Perl evaluates the C<use> commands at compile time and
stored the loaded module information into the %INC variable. By
examining the loaded modules and comparing them against the standard
Perl modules, the extenal module dpendencies can be roughly estimated.



Reply to: