* Require at least perl 5.8.0; it may work on earlier perls, but I don't
want to support it.
* Document the possibility of integer overloading
sudo: false
language: perl
perl:
- - 'blead'
+ - '5.24'
+ - '5.22'
- '5.20'
- '5.18'
- '5.16'
- '5.8'
matrix:
allow_failures:
- - perl: 'blead'
- perl: '5.8'
fast_finish: true
before_install:
{{$NEXT}}
+0.002 2016-11-27 22:03:31-07:00 MST7MDT
+
+ * Require at least perl 5.8.0; it may work on earlier perls, but I don't
+ want to support it.
+ * Document the possibility of integer overloading
+
0.001 2016-11-25 22:53:07-07:00 MST7MDT
* Initial release
# VERSION
-version 0.001
+version 0.002
# SYNOPSIS
This module reads and writes `/proc/[pid]/maps` files that contain listed mapped memory regions.
-# METHODS
+# FUNCTIONS
## read\_maps
[proc(5)](http://man.he.net/man5/proc) 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