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
|
Source: libnumber-tolerant-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libsub-exporter-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnumber-tolerant-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnumber-tolerant-perl.git
Homepage: https://metacpan.org/release/Number-Tolerant
Rules-Requires-Root: no
Package: libnumber-tolerant-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libsub-exporter-perl
Description: module defining tolerance ranges for inexact numbers
Number::Tolerant creates a number-like object whose value refers to a range
of possible values, each equally acceptable. It overloads comparison
operations to reflect this.
|