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

Changelog

libweb-simple-perl (0.010-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: add additional upstream copyright holders.
  * Remove fix-pod.patch, applied upstream.

libweb-simple-perl (0.009-1) unstable; urgency=low

  [ gregor herrmann ]
  * New upstream release 0.004.
  * Convert to source format 3.0 (quilt). Remove quilt framework.
  * Refresh debian/copyright.
  * Set Standards-Version to 3.9.0 (no changes).
  * Update build and runtime dependencies.
  * Refresh pod_fragment.patch.
  * Remove repacking framework; the files are not included anymore.
  * Remove version from perl (build) dependency.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Fabrizio Regalli ]
  * New upstream release 0.008
  * Upgrade debhelper to (>= 8)
  * Update d/compat to 8
  * Added myself to Uploaders and Copyright
  * Added libweb-simple-perl.docs file
  * Bump to 3.9.2 Standards-Version
  * Removed 'GNU/Linux' from copyright
  * Added libdata-dumper-concise-perl (>= 2.020), libmoo-perl,
    libwarnings-illegalproto-perl as B-D 

  [ gregor herrmann ]
  * New upstream release 0.009.
  * debian/copyright: update years of upstream and packaging copyright,
    remove information about removed third-party files.
  * Add a patch to fix a pod2man error.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  18 Oct 2011 10:03:41 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libweb-simple-perl_0.010.orig.tar.gz 36.1 KiB 71f2039c741168109f27a16fe390260d68b81dba797fb86b1f5076b1532feb70
libweb-simple-perl_0.010-1.debian.tar.gz 2.8 KiB 085d49212a759a89bba41ec00b78807b298e0b2639bd7b222eae9c273876365b
libweb-simple-perl_0.010-1.dsc 2.2 KiB 949ef418878962a9a942d21bd303898f6784fe2a0a6007b2b07443162b3941ca

Available diffs

View changes file

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.