freebsd-ports/devel/p5-Module-Extract-Use/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

6 lines
400 B
Text

Extract the names of the modules used in a file using a static analysis.
Since this module does not run code, it cannot find dynamic uses of
modules, such as eval "require $class". It only reports modules that the
file loads directly. Modules loaded with parent or base, for instance,
will will be in the import list for those pragmas but won't have separate
entries in the data this module returns.