libapache-singleton-perl 0.15-2 source package in Ubuntu

Changelog

libapache-singleton-perl (0.15-2) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Apache 2.4 transition:
    - build-depend on apache2-dev
    - add a minimal debian/apache2.conf to get necessary modules for the test
      suite
    - use it in debian/rules
    (Closes: #666800)
  * Update years of packaging copyright.
  * Set Standards-Version to 3.9.4 (no changes).

 -- gregor herrmann <email address hidden>  Mon, 03 Jun 2013 17:22:31 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libapache-singleton-perl_0.15-2.dsc 2.1 KiB faf4cc9a1dbbc2dd25a859ba7bca061b66c0780c10c32898fa8cf1809f2b05c4
libapache-singleton-perl_0.15.orig.tar.gz 15.7 KiB ab8ff15d92859a3bbd57b9f6b2d277877b5448af775cb9d563ad43b88d442f0e
libapache-singleton-perl_0.15-2.debian.tar.gz 2.4 KiB d122a764c3b0da225ba044b2e57302f8ecdd6ca79718e09fe013aef92029e6b1

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.