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