mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
The Devel::Modlist perl module provides a means by which to get a
|
|
quick run-down on which libraries and modules are being utilized
|
|
by a given perl script.
|
|
|
|
Just as compiler systems like gcc provide dependency information
|
|
via switches such as -M, Devel::Modlist is intended to assist script
|
|
authors in preparing dependency information for potential users of
|
|
their scripts.
|
|
|
|
WWW: http://search.cpan.org/dist/Devel-Modlist/
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|