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