From: Vadim Konovalov Date: Mon, 6 Sep 2004 11:09:51 +0000 (+0400) Subject: lib/bigint.pm tiny typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9156151b874f37c4f61050b776344e7f7bd5fbe;p=p5sagit%2Fp5-mst-13.2.git lib/bigint.pm tiny typo fix From: "Konovalov, Vadim" Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com> p4raw-id: //depot/perl@23283 --- diff --git a/lib/bigint.pm b/lib/bigint.pm index 73923ee..69f80a2 100644 --- a/lib/bigint.pm +++ b/lib/bigint.pm @@ -197,7 +197,7 @@ bigint - Transparent BigInteger support for Perl =head1 SYNOPSIS - use bignt; + use bigint; $x = 2 + 4.5,"\n"; # BigInt 6 print 2 ** 512,"\n"; # really is what you think it is