libweb-simple-perl 0.031-1 source package in Ubuntu

Changelog

libweb-simple-perl (0.031-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 0.031.
  * Update years of packaging copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Mon, 26 Oct 2015 20:09:08 +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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libweb-simple-perl_0.031-1.dsc 2.4 KiB 0297669855d53e0173a5848302b3fe22235609efc4b381c66168b9fb3ea7ea81
libweb-simple-perl_0.031.orig.tar.gz 53.3 KiB 208f7ca799bc93e7a855647b1f4d447a6874fa4bd0da09304c3b52f97c4baebf
libweb-simple-perl_0.031-1.debian.tar.xz 3.5 KiB af191700fdea9133fdb7b77e787a8dcd572cca0168b87026a00891235ff08d8c

Available diffs

No changes file available.

Binary packages built by this source

libweb-simple-perl: simple web framework

 Web::Simple provides a bare minimum system for writing web applications that
 don't need a full-fledged web framework.
 .
 The philosophy of Web::Simple is to keep to an absolute bare minimum, for
 everything. It is not designed to be used for large scale applications; the
 Catalyst web framework already works very nicely for that and is a far more
 mature, well supported piece of software.
 .
 However, if you have an application that only does a couple of things, and
 want to not have to think about complexities of deployment, then Web::Simple
 might be just the thing for you.