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
352 B
Text
8 lines
352 B
Text
Make the current Catalyst request context available in Models and
|
|
Views.
|
|
|
|
Models and Views don't usually have access to the request object,
|
|
since they probably don't really need it. Sometimes, however, having
|
|
the request context available outside of Controllers makes your
|
|
application cleaner. If that's the case, just use this module as a
|
|
base class.
|