freebsd-ports/devel/p5-Params-CallbackRequest/pkg-descr
Aaron Dalton a4b5bef13d - Update from v1.13 to v1.15
- Restrict to Perl 5.8+ due to dependency upon devel/p5-Class-Exception

1.15  2006-05-26T21:28:55
      - Added the 'requester' attribute to Params::Callback. This can be
        specified by passing the 'requester' paremter to request(), and can be
        anything.

1.14  2006-03-02T20:07:28
      - Removed an unnecessary eval block around the loading of Class::ISA
        and Attribute::Handlers that would prevent the failure of either
of
        those modules to load to propagate.
      - Fixed typo in the Synopsis spotted by Scott Lanning.
      - Added support for mod_perl2, as well as mod_perl 1 and mod_perl 1.99.

PR:		ports/98303
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
2006-06-02 03:31:45 +00:00

10 lines
616 B
Text

The idea behind this module is to provide a sort of plugin architecture for
Perl templating systems. Callbacks are executed by the contents of a request
to the Perl templating server, before the templating system itself executes.
This approach allows you to carry out logical processing of data submitted
from a form, to affect the contents of the request parameters before they're
passed to the templating system for processing, and even to redirect or abort
the request before the templating system handles it.
WWW: http://search.cpan.org/dist/Params-CallbackRequest/
Author: David Wheeler <david@kineticode.com>