libmousex-types-perl 0.06-3 source package in Ubuntu

Changelog

libmousex-types-perl (0.06-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Add missing build dependency on libmodule-install-perl.

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libany-moose-perl and
      libmouse-perl.
    + libmousex-types-perl: Drop versioned constraint on libany-moose-perl and
      libmouse-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 15:53:39 +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
libmousex-types-perl_0.06-3.dsc 2.2 KiB a39599a67467496e1a9b8f00d2eb039e0d36fb1adca57f7b1464b3ae99d7783f
libmousex-types-perl_0.06.orig.tar.gz 29.4 KiB 77288441fdadd15beeec9a0813ece8aec1542f1d8ceaaec14755b3f316fbcf8b
libmousex-types-perl_0.06-3.debian.tar.xz 2.7 KiB d265d4f77c07e260a902b61c6d02a11d6a4c801002dc23dc0adef8c14b8e1237

Available diffs

No changes file available.

Binary packages built by this source

libmousex-types-perl: Mouse extension to organise types in libraries

 MouseX::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 Mouse types.