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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Daniel Lintott ]
  * Imported Upstream version 0.50
  * Update debian/copyright
  * Update patches
  * Add libcgi-pm-perl to (build-)depends
  * Bump standards version to 3.9.6

  [ Axel Beckert ]
  * Apply wrap-and-sort.
  * Mark package as autopkgtestable.

 -- Axel Beckert <email address hidden>  Sat, 30 May 2015 22:28:25 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-server-simple-perl_0.50-1.dsc 2.5 KiB ead5aac5c8f61d9e4aa94717c58b7326f3415a8bc67ffab20fbeddc96d4e367a
libhttp-server-simple-perl_0.50.orig.tar.gz 35.4 KiB 5bd8117f469f566f55ee12406a1f9e03942d6f64e42f6e7461051e738bc27602
libhttp-server-simple-perl_0.50-1.debian.tar.xz 6.0 KiB 4f638ceefdf0acf9274144fb81d3d20e233a04433c71b827edcbf464666545c7

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.)