]> Dogcows Code - chaz/p5-Linux-Proc-Maps/commitdiff
document the possibility of integer overloading
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 28 Nov 2016 04:59:51 +0000 (21:59 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 28 Nov 2016 04:59:51 +0000 (21:59 -0700)
lib/Linux/Proc/Maps.pm

index e297d606f1c29d8369bae2c867826732769a1a0b..c09ed301c9a75dcc9787421f9b28b088b9fb39be 100644 (file)
@@ -206,6 +206,12 @@ sub format_maps_single_line {
 
 L<proc(5)> 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;
This page took 0.02199 seconds and 4 git commands to generate.