libmasonx-interp-withcallbacks-perl 1.19-4 source package in Ubuntu

Changelog

libmasonx-interp-withcallbacks-perl (1.19-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Fix day-of-week for changelog entry 1.13-3.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 16:24:02 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmasonx-interp-withcallbacks-perl_1.19-4.dsc 2.5 KiB 694c91d73223f31b003f5b9698825898b1003862b9a54fd13ef4ef8a3bd0ced4
libmasonx-interp-withcallbacks-perl_1.19.orig.tar.gz 31.2 KiB 56a98f0080e164f9b39bb28b09c76de773ab9c3897fe0bee1e03654b7c576c5f
libmasonx-interp-withcallbacks-perl_1.19-4.debian.tar.xz 3.8 KiB 470d556427e4e7ad16b45ed5bcab49725c94cc83f8f3f6b5b2db8c4112065597

Available diffs

No changes file available.

Binary packages built by this source

libmasonx-interp-withcallbacks-perl: Mason callback support via Params::CallbackRequest

 MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
 provide a Mason callback system built on Params::CallbackRequest.
 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 request or by specially named keys in the Mason request
 arguments, and all callbacks are executed at the beginning of a request, just
 before Mason creates and executes the request component stack.
 .
 This module brings support for a sort of plugin architecture based on
 Params::CallbackRequest to Mason. Mason then executes code before executing
 any components. This approach allows you to carry out logical processing of
 data submitted from a form, to affect the contents of the Mason request
 arguments (and thus the %ARGS hash in components), and even to redirect or
 abort the request before Mason handles it.