1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/p5-Mock-Sub/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

5 lines
301 B
Plaintext

Easy to use and very lightweight module for mocking out sub calls. Very useful
for testing areas of your own modules where getting coverage may be difficult
due to nothing to test against, and/or to reduce test run time by eliminating
the need to call subs that you really don't want or need to test.