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
389 B
Text
8 lines
389 B
Text
Module::Pluggable provides a simple but, hopefully, extensible way of having
|
|
'plugins' for your module. Obviously this isn't going to be the be all and end
|
|
all of solutions but it works for me.
|
|
|
|
Essentially all it does is export a method into your namespace that looks
|
|
through a search path for .pm files and turn those into class names.
|
|
|
|
Optionally it instantiates those classes for you.
|