libtest-identity-perl 0.01-4 source package in Ubuntu

Changelog

libtest-identity-perl (0.01-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtest-identity-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 10:45:47 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-identity-perl_0.01-4.dsc 2.1 KiB 21dec6c588d074c65585500b35a48187e7dd4b24834efaa0d9e9e8a274e93e93
libtest-identity-perl_0.01.orig.tar.gz 10.6 KiB 2f0205009aed152668182aafa16357ab1f47b4cbc001e89871b67387ef8e5f23
libtest-identity-perl_0.01-4.debian.tar.xz 2.1 KiB e2ac3557acdddf77706b42fc8ba0b14f372e72e89c6057c1dee0bffe1e39478a

Available diffs

No changes file available.

Binary packages built by this source

libtest-identity-perl: test module that asserts the referential identity of a reference

 Test::Identity provides a single testing function, identical. It asserts that
 a given reference is as expected; that is, it either refers to the same
 object or is undef. It is similar to Test::More::is except that it uses
 refaddr, ensuring that it behaves correctly even if the references under test
 are objects that overload stringification or numification. It also provides
 better diagnostics if the test fails.