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

Changelog

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

  * Update debian/prune.pl to remove jQuery link from changed URL.
  * Import upstream version 1.3500+dfsg.
  * Drop pod-spelling.patch, merged upstream.
  * debian/rules: remove a new almost empty manpage.

 -- gregor herrmann <email address hidden>  Sun, 23 Dec 2018 16:06:41 +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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdancer-perl_1.3500+dfsg-1.dsc 2.8 KiB cac646058c7652db12b7ec3bbc951afd10de42f69ada9020f6f549eb270fdd63
libdancer-perl_1.3500+dfsg.orig.tar.gz 358.0 KiB ea44e882f38883016e453db7a41b0134d1965e6cddee530326ceea2ce369d76b
libdancer-perl_1.3500+dfsg-1.debian.tar.xz 10.7 KiB 20092966e4c4b2d8cdfd69e3b6d3babde625b9cb0b730815c885f4b9d4f3494c

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.