X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbigrat.pm;h=30acd275607ba930f17d5d0ab0caa2f259f09d7b;hb=2da7a6b5eab232c468b68576568f84877f032fd6;hp=70dddd9026e468fb6d9fd76ec1dfcea0c4d89786;hpb=d98d5fa08bf12cec80dc7627c70732eeb3c24baa;p=p5sagit%2Fp5-mst-13.2.git 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;".