diff options
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index 448ad90da..cf12c900a 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -11,6 +11,9 @@ # --------------------------------------------------- package make::configure; + +require 5.8.0; + use Exporter 'import'; use POSIX; use make::utilities; |