From: Tels Date: Fri, 3 Aug 2007 12:06:01 +0000 (+0200) Subject: fix typo in bigint POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43cde5e1e83b30bf5686de126e495824ad2a47d9;p=p5sagit%2Fp5-mst-13.2.git fix typo in bigint POD Message-Id: <200708031206.10365@bloodgate.com> p4raw-id: //depot/perl@31679 --- diff --git a/lib/bigint.pm b/lib/bigint.pm index 9ff01de..1766e39 100644 --- a/lib/bigint.pm +++ b/lib/bigint.pm @@ -396,13 +396,13 @@ Math::BigInt. =item hex -Override the build-in hex() method with a version that can handle big +Override the built-in hex() method with a version that can handle big integers. Note that under Perl v5.9.4 or ealier, this will be global and cannot be disabled with "no bigint;". =item oct -Override the build-in oct() method with a version that can handle big +Override the built-in oct() method with a version that can handle big integers. Note that under Perl v5.9.4 or ealier, this will be global and cannot be disabled with "no bigint;". diff --git a/lib/bignum.pm b/lib/bignum.pm index e731b26..9b2ccc9 100644 --- a/lib/bignum.pm +++ b/lib/bignum.pm @@ -419,13 +419,13 @@ This will be hopefully fixed soon ;) =item hex -Override the build-in hex() method with a version that can handle big +Override the built-in hex() method with a version that can handle big integers. Note that under Perl older than v5.9.4, this will be global and cannot be disabled with "no bigint;". =item oct -Override the build-in oct() method with a version that can handle big +Override the built-in oct() method with a version that can handle big integers. Note that under Perl older than v5.9.4, this will be global and cannot be disabled with "no bigint;". diff --git a/lib/bigrat.pm b/lib/bigrat.pm index 70dddd9..30acd27 100644 --- a/lib/bigrat.pm +++ b/lib/bigrat.pm @@ -485,13 +485,13 @@ This will be hopefully fixed soon ;) =item hex -Override the build-in hex() method with a version that can handle big +Override the built-in hex() method with a version that can handle big integers. Note that under Perl v5.9.4 or ealier, this will be global and cannot be disabled with "no bigint;". =item oct -Override the build-in oct() method with a version that can handle big +Override the built-in oct() method with a version that can handle big integers. Note that under Perl v5.9.4 or ealier, this will be global and cannot be disabled with "no bigint;".