libtest-deep-type-perl 0.008-2 source package in Ubuntu

Changelog

libtest-deep-type-perl (0.008-2) unstable; urgency=medium

  [ 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).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on perl,
      libtest-simple-perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 12:02:40 +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
libtest-deep-type-perl_0.008-2.dsc 2.3 KiB ccd4c7bc2aca2de52b41911bea244607eec4520bc13303d8e7b12655e4231567
libtest-deep-type-perl_0.008.orig.tar.gz 28.1 KiB 6e7bea1a2f1e75319a22d1c51996ebac50ca5e3663d1bc223130887e62e959f1
libtest-deep-type-perl_0.008-2.debian.tar.xz 2.4 KiB 0ce982825a60fbec5960d409ca7e2f3d6fcccd5d9f6f7bdad66fb312e5a79c0b

Available diffs

No changes file available.

Binary packages built by this source

libtest-deep-type-perl: Test::Deep plugin for validating type constraints

 Test::Deep::Type provides the sub is_type to indicate that the data being
 tested must validate against the passed type. This is an actual type object,
 not a string name -- for example something provided via MooseX::Types, or a
 plain old coderef that returns a bool (such as what might be used in a Moo
 type constraint).