Source: libtest-deep-fuzzy-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nick Morrott Build-Depends: debhelper-compat (= 12), libmodule-build-tiny-perl, perl Build-Depends-Indep: libmath-round-perl, libtest-deep-perl Standards-Version: 3.9.8 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-deep-fuzzy-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-deep-fuzzy-perl.git Homepage: https://metacpan.org/release/Test-Deep-Fuzzy Testsuite: autopkgtest-pkg-perl Package: libtest-deep-fuzzy-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmath-round-perl, libtest-deep-perl Description: fuzzy number comparison with Test::Deep Test::Deep::Fuzzy provides fuzzy number comparison with Test::Deep. . A value under test is compared against an expected value and a specified range. Math::Round::nearest() is used to round the value before comparison against the expected value.