fb16dfecae
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)
5 lines
359 B
Text
5 lines
359 B
Text
Sometimes using Test::More's is test isn't good enough. Its diagnostics may make
|
|
it easy to miss differences between strings. By using is_binary instead of is,
|
|
the "!" tells us that the lines differ, and we can quickly scan the bytes that
|
|
make up the line to see which differ. When comparing very long strings, we can
|
|
stop after we've seen a few differences.
|