libtest-deep-perl 1.130-ok2 source package in openKylin

Changelog

libtest-deep-perl (1.130-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- zhangyichun <email address hidden>  Tue, 27 Sep 2022 15:52:30 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-deep-perl_1.130.orig.tar.gz 40.9 KiB 4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56
libtest-deep-perl_1.130-ok2.debian.tar.xz 2.1 KiB 6c03db4ba04c93527e1451b7c4f386494d73e5a6c9fadc23d1012197b938cffe
libtest-deep-perl_1.130-ok2.dsc 1.8 KiB 180712789e3eee227784b337704cb6168e238204e329c1e67dd9575c34d8f5c0

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