diff options
Diffstat (limited to 'lib/bigrat.pm')
-rw-r--r-- | lib/bigrat.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bigrat.pm b/lib/bigrat.pm index 70dddd9026..30acd27560 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;". |