libhttp-server-simple-perl 0.51-1 source package in Ubuntu

Changelog

libhttp-server-simple-perl (0.51-1) unstable; urgency=medium

  * New upstream release.
  * Add debian/upstream/metadata.
  * Refresh 0002-Pipe-version-parent-waits-for-the-child-to-say-OK.patch.
    (Skew due to version number.)
  * Update years of packaging copyright.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sun, 18 Oct 2015 17:37:00 +0200

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-server-simple-perl_0.51-1.dsc 2.6 KiB b8925a48ed6b62583f702c6937ce83d61cf3d0e9bd8b02fe30d14913e4582a89
libhttp-server-simple-perl_0.51.orig.tar.gz 34.2 KiB b9dc5c9f12c16ca39a96f0ede1e27a18a5594274ff8f583000788a7fca136dfb
libhttp-server-simple-perl_0.51-1.debian.tar.xz 6.2 KiB 6f54956bfffc3e901928927d88bbff215aaba43e68b73aa6f71cb7e068abfdd7

Available diffs

No changes file available.

Binary packages built by this source

libhttp-server-simple-perl: simple stand-alone HTTP server

 HTTP::Server::Simple is a simple standalone HTTP server. By default, it does
 not thread or fork. It does, however, act as a simple frontend which can be
 used to build a standalone web-based application or turn a CGI into one. (It
 is possible to use Net::Server to get threading, forking, preforking, etc.)