summaryrefslogtreecommitdiff
path: root/make/console.pm
diff options
context:
space:
mode:
Diffstat (limited to 'make/console.pm')
-rw-r--r--make/console.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/console.pm b/make/console.pm
index 33ce8f289..278c97d0f 100644
--- a/make/console.pm
+++ b/make/console.pm
@@ -19,11 +19,7 @@
package make::console;
-BEGIN {
- require 5.10.0;
-}
-
-use feature ':5.10';
+use v5.10.0;
use strict;
use warnings FATAL => qw(all);