]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blobdiff - README
Version 0.002
[chaz/p5-Linux-Proc-Maps] / README
diff --git a/README b/README
index 4d3d44cbbf35dab285400e432ccefe1900907830..598d41a9fa8a4796baa1b97d6669db2a3a85f480 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
 
 VERSION
 
-    version 0.001
+    version 0.002
 
 SYNOPSIS
 
@@ -24,7 +24,7 @@ DESCRIPTION
     This module reads and writes /proc/[pid]/maps files that contain listed
     mapped memory regions.
 
-METHODS
+FUNCTIONS
 
  read_maps
 
@@ -98,6 +98,13 @@ SEE ALSO
 
     proc(5) describes the file format.
 
+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.
+
 BUGS
 
     Please report any bugs or feature requests on the bugtracker website
This page took 0.021365 seconds and 4 git commands to generate.