libmath-bigint-perl 1.999818-1 source package in Ubuntu

Changelog

libmath-bigint-perl (1.999818-1) unstable; urgency=medium

  * Import upstream version 1.999818.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Sat, 02 Nov 2019 01:03:34 +0100

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
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmath-bigint-perl_1.999818-1.dsc 2.3 KiB fb6f88613ed5a5f42becd2e9bfe5c9ca42a57d03ef6cd05b5549c724b882c696
libmath-bigint-perl_1.999818.orig.tar.gz 2.9 MiB b27634356ce2af9b7c0123ac8395a89a32fb15aeae82fcd39de8156cad278c15
libmath-bigint-perl_1.999818-1.debian.tar.xz 3.5 KiB 02a70ea8706d6cbec225c550b01002b1403b427d53237f27e0f232a01d520807

Available diffs

No changes file available.

Binary packages built by this source

libmath-bigint-perl: arbitrary size integer/float math package

 Math::BigInt and Math::BigFloat allow one to declare big integers / floating
 point numbers as
 .
  $i = new Math::BigInt '123_456_789_123_456_789';
  $i = new Math::BigFloat '12_3.456_789_123_456_789E-2';
 .
 All operators are overloaded; operations with overloaded operators preserve
 the arguments.
 .
 Math::BigInt is also in perl core, this package provides newer versions
 separately.