libmoox-singleton-perl 1.20-3 source package in Ubuntu

Changelog

libmoox-singleton-perl (1.20-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 15:45:30 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoox-singleton-perl_1.20-3.dsc 2.2 KiB e9d35e0e0348287dda7ef7b989983ad0fe15c630acc600beea495673c20b8e4a
libmoox-singleton-perl_1.20.orig.tar.gz 14.1 KiB f7d7626fffde98f85ec12c1ee26b01f139a4dddd2f453ea56c341df194e3210e
libmoox-singleton-perl_1.20-3.debian.tar.xz 2.0 KiB 0067ff6f32ce14ea067d58c3f62037a7cc903ae2ea7e6ffdb94c9a4eea037fe0

Available diffs

No changes file available.

Binary packages built by this source

libmoox-singleton-perl: module for turning a Moo class into singleton

 Moox::Singleton is a Role::Tiny role that provides the "instance" method
 turning objects into singletons.
 .
 NOTE: Subsequent calls to "instance" will return the singleton instance
 ignoring any arguments. This is different from MooseX::Singleton which does
 not allow any arguments.