mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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)
9 lines
370 B
Text
9 lines
370 B
Text
Perl::Metrics::Simple provides just enough methods to run static
|
|
analysis of one or many Perl files and obtain a few metrics: packages,
|
|
subroutines, lines of code, and an approximation of cyclomatic
|
|
(mccabe) complexity for the subroutines and the "main" portion of the
|
|
code.
|
|
|
|
Perl::Metrics::Simple is far simpler than Perl::Metrics.
|
|
|
|
Installs a script called countperl.
|