File: control

package info (click to toggle)
libtest-deep-fuzzy-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 54; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libtest-deep-fuzzy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl (>= 0.040),
               perl
Build-Depends-Indep: libmath-round-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>
Standards-Version: 4.6.2
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
Rules-Requires-Root: no

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.