summaryrefslogtreecommitdiffstats
path: root/t/010dependencies.t
diff options
context:
space:
mode:
Diffstat (limited to 't/010dependencies.t')
-rw-r--r--t/010dependencies.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/010dependencies.t b/t/010dependencies.t
index 89a26ba5e..afd29a652 100644
--- a/t/010dependencies.t
+++ b/t/010dependencies.t
@@ -10,7 +10,10 @@
#Bugzilla Test 10#
## dependencies ##
+use 5.10.1;
use strict;
+use warnings;
+
use lib qw(. lib t);
use Support::Files;