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)
6 lines
399 B
Text
6 lines
399 B
Text
Test::Deep gives you very flexible ways to check that the result you
|
|
got is the result you were expecting. At it's simplest it compares two
|
|
structures by going through each level, ensuring that the values
|
|
match, that arrays and hashes have the same elements and that
|
|
references are blessed into the correct class. It also handles
|
|
circular data structures without getting caught in an infinite loop.
|