2013-12-02 09:22:02 +00:00
|
|
|
From 862c89c81d26dae0dcef138e19df8b45615e69c9 Mon Sep 17 00:00:00 2001
|
|
|
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
|
|
|
Date: Mon, 2 Dec 2013 10:10:56 +0100
|
|
|
|
Subject: [PATCH] Document Math::BigInt::CalcEmu requires Math::BigInt
|
|
|
|
MIME-Version: 1.0
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
<https://rt.cpan.org/Public/Bug/Display.html?id=85015>
|
|
|
|
|
|
|
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|
|
|
---
|
|
|
|
dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
|
|
|
|
index c82e153..0c0b496 100644
|
2016-05-14 07:14:43 +00:00
|
|
|
--- a/cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
|
|
|
|
+++ b/cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
|
2013-12-02 09:22:02 +00:00
|
|
|
@@ -290,6 +290,7 @@ Math::BigInt::CalcEmu - Emulate low-level math with BigInt code
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
+ use Math::BigInt;
|
|
|
|
use Math::BigInt::CalcEmu;
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
--
|
|
|
|
1.8.3.1
|
|
|
|
|