libdancer-perl 1.3521+dfsg-1 source package in Ubuntu

Changelog

libdancer-perl (1.3521+dfsg-1) unstable; urgency=medium

  * Fix typo in previous changelog entry.
  * Import upstream version 1.3521+dfsg.
  * Drop patch t_14_serializer_04_request_xml.t.
    The test was changed upstream.

 -- gregor herrmann <email address hidden>  Fri, 10 Feb 2023 23:09:24 +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-perl_1.3521+dfsg-1.dsc 3.3 KiB 7bb4d22e20d319464fdeab1ff88bf8f89e8393fbead88627bef3939e14ce0257
libdancer-perl_1.3521+dfsg.orig.tar.gz 363.5 KiB 4edcf0839934fdcbb1a999000889b40e06ec8412360ff2ccb5de1ba6d4955a98
libdancer-perl_1.3521+dfsg-1.debian.tar.xz 11.5 KiB 23769319b7bf715e7b7bd01cf14b23674c0bee053a8221fb408a1a1fae5465bf

Available diffs

No changes file available.

Binary packages built by this source

libdancer-perl: effortless web application framework

 Dancer is a web application framework designed to be as effortless as
 possible for the developer, taking care of the boring bits as easily as
 possible, yet staying out of your way and letting you get on with writing
 your code.
 .
 Dancer aims to provide the simplest way for writing web applications, and
 offers the flexibility to scale between a very simple lightweight web service
 consisting of a few lines of code in a single file, all the way up to a more
 complex fully-fledged web application with session support, templates for
 views and layouts, etc.
 .
 This is the original version of Dancer, which is now in maintenance mode.
 This means that it will not receive significant new features, but will
 continue to receive bugfixes and security fixes.
 .
 However, you should consider migrating to Dancer2 instead when you can, and
 are advised to use Dancer2 for newly-started apps.