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

11 lines
400 B
Text

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>