X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Linux-Proc-Maps;a=blobdiff_plain;f=lib%2FLinux%2FProc%2FMaps.pm;fp=lib%2FLinux%2FProc%2FMaps.pm;h=c09ed301c9a75dcc9787421f9b28b088b9fb39be;hp=e297d606f1c29d8369bae2c867826732769a1a0b;hb=2c8e3244d8b25ed3777401feb5fdae3c686fae89;hpb=965090dd8d33c29928351c89a68340fbf98fb830 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;