libdancer-plugin-flashmessage-perl 0.314-4 source package in Ubuntu

Changelog

libdancer-plugin-flashmessage-perl (0.314-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 13:58:16 +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
libdancer-plugin-flashmessage-perl_0.314-4.dsc 2.3 KiB e8f8979f49e19685439528f3ab53f3cd1546ced27b37cd14c7a58c9559737f0f
libdancer-plugin-flashmessage-perl_0.314.orig.tar.gz 12.4 KiB 0964348c08369a37b7d47a04c10e17570415e02c7b39eefb1668d730cc588700
libdancer-plugin-flashmessage-perl_0.314-4.debian.tar.xz 2.6 KiB 345c4b334cb8c16600c2b60be25947487f001991a703e6815cba171bcbd8350a

Available diffs

No changes file available.

Binary packages built by this source

libdancer-plugin-flashmessage-perl: Dancer plugin to display temporary, so called "flash messages"

 Dancer::Plugin::FlashMessage helps you display temporary messages, also known
 as "flash messages". Flash messages can be used to inform the user that a
 certain operation was successful in way that doesn't take space when there
 are no messages to be shown.
 .
 The plugin provides a flash() method for setting the message and takes care
 of attaching the content to the session, propagating it to the templating
 system, and then removing it from the session.
 .
 The developer's only remaining job is to provide a place in the views or the
 layout where the message will be displayed.
 .
 Dancer is a lightweight yet powerful web application framework.