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

Changelog

libapache-singleton-perl (0.17-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Mon, 06 Jun 2022 23:42:52 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache-singleton-perl_0.17-2.dsc 2.2 KiB 4eba0ec72dcce006f8d3e91a87d828d8cf852aed2c5ea690fc7f02de98d4d79f
libapache-singleton-perl_0.17.orig.tar.gz 16.6 KiB f456233a46c1b08bdb380e86dafc20276e8ea5c8259dcf61f363c91e650bd468
libapache-singleton-perl_0.17-2.debian.tar.xz 3.2 KiB 44c0ec6b2541f0268c866d1f8c113aebea87d924d91037cd97cb30241b22df34

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.