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)
4 lines
301 B
Text
4 lines
301 B
Text
CatalystX::InjectComponent will inject Controller, Model, and View components
|
|
into your Catalyst application at setup (run)time. It does this by creating a
|
|
new package on-the-fly, having that package extend the given component, and
|
|
then having Catalyst setup the new component (via ->setup_component)
|