1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/p5-Devel-Modlist/pkg-descr
Anton Berezin c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00

12 lines
400 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 dependancy information
via switches such as -M, Devel::Modlist is intended to assist script
authors in preparing dependancy information for potential users of
their scripts.
-Anton
<tobez@FreeBSD.org>