projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e4c28a9
)
lib/bigint.pm tiny typo fix
Vadim Konovalov [Mon, 6 Sep 2004 11:09:51 +0000 (15:09 +0400)]
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <
7DD1BE2C50259746ABB8683672D2089E081132
@itotest-1.spb.lucent.com>
p4raw-id: //depot/perl@23283
lib/bigint.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/bigint.pm
b/lib/bigint.pm
index
73923ee
..
69f80a2
100644
(file)
--- 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