aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/001compile.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/001compile.t b/t/001compile.t
index a82b30a9e..186e2a8ee 100644
--- a/t/001compile.t
+++ b/t/001compile.t
@@ -11,7 +11,7 @@
###Compilation###
use strict;
-use 5.008001;
+use 5.10.1;
use lib qw(. lib t);
use Config;
use Support::Files;