X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbigint.pm;h=1766e39d288a0ebfadba3e083cbb95b61098f8de;hb=5108dc18037af131227ae095719eaab3a8fd54cb;hp=9ff01de5822cd0ec46c4fae2c4c96d2af06efedd;hpb=d98d5fa08bf12cec80dc7627c70732eeb3c24baa;p=p5sagit%2Fp5-mst-13.2.git 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;".