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