summaryrefslogtreecommitdiff
path: root/make/common.pm
diff options
context:
space:
mode:
Diffstat (limited to 'make/common.pm')
-rw-r--r--make/common.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/common.pm b/make/common.pm
index 4d4cd397c..38b77e215 100644
--- a/make/common.pm
+++ b/make/common.pm
@@ -17,13 +17,9 @@
#
-BEGIN {
- require 5.10.0;
-}
-
package make::common;
-use feature ':5.10';
+use v5.10.0;
use strict;
use warnings FATAL => qw(all);