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)
8 lines
397 B
Text
8 lines
397 B
Text
Its possible to accidentally inherit an AUTOLOAD method. Often this
|
|
will happen if a class somewhere in the chain uses AutoLoader or defines
|
|
one of their own. This can lead to confusing error messages when method
|
|
lookups fail.
|
|
|
|
Sometimes you want to avoid this accidental inheritance. In that case,
|
|
inherit from Class::WhiteHole. All unhandled methods will produce
|
|
normal Perl error messages.
|