From: Charles McGarvey Date: Mon, 28 Nov 2016 04:59:51 +0000 (-0700) Subject: document the possibility of integer overloading X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Linux-Proc-Maps;a=commitdiff_plain;h=2c8e3244d8b25ed3777401feb5fdae3c686fae89 document the possibility of integer overloading --- 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;