]> Dogcows Code - chaz/p5-Linux-Proc-Maps/commitdiff
require at least perl 5.8.0
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 28 Nov 2016 01:29:41 +0000 (18:29 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 28 Nov 2016 01:29:41 +0000 (18:29 -0700)
lib/Linux/Proc/Maps.pm

index f71db253c81d3de8faf9ac915e9346aef64eeb6c..e297d606f1c29d8369bae2c867826732769a1a0b 100644 (file)
@@ -2,6 +2,7 @@ package Linux::Proc::Maps;
 # ABSTRACT: Read and write /proc/[pid]/maps files
 # KEYWORDS: linux proc procfs
 
+use 5.008;
 use warnings;
 use strict;
 
This page took 0.020992 seconds and 4 git commands to generate.