libmoosex-types-perl 0.50-2 source package in Ubuntu

Changelog

libmoosex-types-perl (0.50-2) unstable; urgency=medium

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ 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 9 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 14:57:20 +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
libmoosex-types-perl_0.50-2.dsc 2.4 KiB 93dbaf85224999392d8ca554600a06a9cad68196b6464718ab7665a2537e4b89
libmoosex-types-perl_0.50.orig.tar.gz 55.9 KiB 9cd87b3492cbf0be9d2df9317b2adf9fc30663770e69906654bea3f41b17cb08
libmoosex-types-perl_0.50-2.debian.tar.xz 4.0 KiB c16a4b3488d4089315dfa33091a3460869741829702a25737975177ab0ef080e

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-types-perl: Moose extension to organise types in libraries

 MooseX::Types allows developers to organise and selectively import your own
 and the built-in types in libraries, rather than the default behaviour where
 types are global. As a nice side effect, it catches typographic errors at
 compile-time too.
 .
 The main motivation for this module is to provide an easy way of preventing
 conflicts with your type names, since the internal fully qualified names of
 the types will be prefixed with the library's name. It also provides some
 convenient functions for working with Moose types.