diff options
Diffstat (limited to 'make/utilities.pm')
-rw-r--r-- | make/utilities.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index 647209f58..792fd035b 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -10,8 +10,10 @@ # # --------------------------------------------------- - package make::utilities; + +require 5.8.0; + use Exporter 'import'; use POSIX; use Getopt::Long; |