libmath-bigint-perl 1.999839-2 source package in Ubuntu

Changelog

libmath-bigint-perl (1.999839-2) unstable; urgency=medium

  * Add patch to fix Math::BigFloat subclass numeric comparison.
    Written by Niko Tyni, and merged upstream. (Closes: #1043234)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Mon, 14 Aug 2023 01:56:28 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-bigint-perl_1.999839-2.dsc 2.4 KiB c8c58c7071f6e88a07032863351d8fe6b2c4e9dd67f15c7d65d665de881782f1
libmath-bigint-perl_1.999839.orig.tar.gz 2.7 MiB 5062ba5c5efb17cbe7409ae8922cc46ff84fbaf1d741af9738723ba4bc6ebd61
libmath-bigint-perl_1.999839-2.debian.tar.xz 5.0 KiB ff33cc166eebefa30d555133367532220690e82b2e61845fb3b783a10f917ec0

Available diffs

No changes file available.

Binary packages built by this source

libmath-bigint-perl: arbitrary size integer/floating/rational number math package

 Math::BigInt, Math::BigFloat, and Math::BigRat are modules for arbitrary
 precision integers, floating point numbers, and rational numbers.
 .
 All operators are overloaded; operations with overloaded operators preserve
 the arguments.
 .
 Math::BigInt, Math::BigFloat, and Math::BigRat are also in perl core, this
 package provides newer versions separately.