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