From 2c8e3244d8b25ed3777401feb5fdae3c686fae89 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 27 Nov 2016 21:59:51 -0700 Subject: [PATCH] document the possibility of integer overloading --- lib/Linux/Proc/Maps.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Linux/Proc/Maps.pm b/lib/Linux/Proc/Maps.pm index e297d60..c09ed30 100644 --- a/lib/Linux/Proc/Maps.pm +++ b/lib/Linux/Proc/Maps.pm @@ -206,6 +206,12 @@ sub format_maps_single_line { L describes the file format. +=head1 CAVEATS + +Integer overloading may occur if you try to parse memory regions from address spaces larger than +your current architecture (or perl) supports. This is currently not fatal, though you will get +warnings from perl that you probably shouldn't ignore. + =cut 1; -- 2.43.0