freebsd-ports/devel/p5-Class-Inspector/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
359 B
Plaintext

Class::Inspector allows you to get information about a loaded class. Most or all
of this information can be found in other ways, but they aren't always very
friendly, and usually involve a relatively high level of Perl wizardry, or
strange and unusual looking code. Class::Inspector attempts to provide an
easier, more friendly interface to this information.