libapache-singleton-perl 0.16-1 source package in Ubuntu

Changelog

libapache-singleton-perl (0.16-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

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

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Import upstream version 0.16
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.6
  * Add autopkgtest-pkg-perl

  [ gregor herrmann ]
  * Make (build) dependency on libapache2-mod-perl2 versioned.
    Needed for Apache::Test 1.35.
  * Add explicit (build) dependency on libcgi-pm-perl.

 -- Lucas Kanashiro <email address hidden>  Tue, 15 Sep 2015 17:51:11 -0300

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
libapache-singleton-perl_0.16-1.dsc 2.3 KiB ebc4bae2c1a04f124cc4bc445c807ca4e866d7a0bc58055bec7b8d5e1f328269
libapache-singleton-perl_0.16.orig.tar.gz 15.9 KiB 74bf079413c4a6ff95d2dea8ddaffec74bd81efcefb6a90221f955010f1257a3
libapache-singleton-perl_0.16-1.debian.tar.xz 2.8 KiB dc0735c6ea723920fcd23e4813d2bf57a5ab3a1bd1ed90c521466fe48e044788

Available diffs

No changes file available.

Binary packages built by this source

libapache-singleton-perl: Singleton class for mod_perl

 Apache::Singleton is a Perl module that provides a Singleton class suitable
 for use with mod_perl.
 .
 A Singleton describes an object class that can have only one instance in any
 system. An example of a Singleton might be a print spooler or system
 registry.
 .
 For a description and discussion of the Singleton class, see
 "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.