libtest-deep-perl 1.205-ok1 source package in openKylin

Changelog

libtest-deep-perl (1.205-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:19:32 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-deep-perl_1.205.orig.tar.gz 69.0 KiB 42781e9943a7a215e662c4973b9feafdc019fd16469bdb849a8537ee58956273
libtest-deep-perl_1.205-ok1.debian.tar.xz 2.1 KiB 13339c04b5a135c4cb00fe9fce16c843b9ca87eacad43b0f6f65e20efb1bcadf
libtest-deep-perl_1.205-ok1.dsc 2.0 KiB feb87100354d3016ef34460bd251d3593c6f1c55ffe155f9a9deea9826e3661e

Available diffs

View changes file

Binary packages built by this source

libtest-deep-perl: Perl module for extremely flexible deep comparisons

 Test::Deep gives you very flexible ways to check that the result you got is
 the result you were expecting. At it's simplest it compares two structures by
 going through each level, ensuring that the values match, that arrays and
 hashes have the same elements and that references are blessed into the correct
 class. It also handles circular data structures without getting caught in an
 infinite loop.
 .
 Where it becomes more interesting is in allowing you to do something besides
 simple exact comparisons. With strings, the eq operator checks that 2 strings
 are exactly equal but sometimes that's not what you want. When you don't know
 exactly what the string should be but you do know some things about how it
 should look, eq is no good and you must use pattern matching instead.
 Test::Deep provides pattern matching for complex data structures