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