X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=README;fp=README;h=598d41a9fa8a4796baa1b97d6669db2a3a85f480;hb=c0cff99d6658ac63c9bd97b47f00c3b25fbb54e5;hp=4d3d44cbbf35dab285400e432ccefe1900907830;hpb=4a773b5621f70c60cdebb67cd4cf70ec1dd83549;p=chaz%2Fp5-Linux-Proc-Maps diff --git a/README b/README index 4d3d44c..598d41a 100644 --- 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