libparams-callbackrequest-perl 1.20-4 source package in Ubuntu

Changelog

libparams-callbackrequest-perl (1.20-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Sat, 15 Oct 2022 20:19:11 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparams-callbackrequest-perl_1.20-4.dsc 2.4 KiB 0a4124bd8f062bd9e8b93cb1796815286d29d6c8b0d7091ff68eec602d90ff5a
libparams-callbackrequest-perl_1.20.orig.tar.gz 44.4 KiB 14a3704ebc755b8afc980975968160e36e8b682ec0ca4bf1bddb585232e28a10
libparams-callbackrequest-perl_1.20-4.debian.tar.xz 3.5 KiB baacd812ece6d418168ec4c13f7f48858f4a57384c02559e22cd59038ac1d639

Available diffs

No changes file available.

Binary packages built by this source

libparams-callbackrequest-perl: handler for functional and object-oriented callbacks in Perl

 Params::CallbackRequest provides functional and object-oriented callbacks to
 method and function parameters. Callbacks may be either code references
 provided to the new() constructor, or methods defined in subclasses of
 Params::Callback. Callbacks are triggered either for every call to the
 Params::CallbackRequest request() method, or by specially named keys in the
 parameters to request().
 .
 The idea behind this module is to provide a sort of plugin architecture for
 Perl templating systems. Callbacks are triggered 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.