1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libnumber-compare-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Tim Retout <diocles@debian.org>,
Nicholas Bamber <nicholas@periapt.co.uk>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Number-Compare/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnumber-compare-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnumber-compare-perl.git
Package: libnumber-compare-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for performing numeric comparisons in Perl
Number::Compare allows one to compile a simple comparison to an anonymous
subroutine, which can then be called with a value to be tested against.
.
The advantage of using this module is that it understands both the SI prefixes
'k', 'M', and 'G', as well as the IEC binary prefixes 'Ki', 'Mi' and 'Gi'.
|