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