From 3895566b53bad68db68bd57654b31119d9864593 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 25 Aug 2007 10:36:20 +0000 Subject: Add 'require 5.8.0' to the very top of every module to make the failure message when you run an ancient perl a bit more descriptive. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7820 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/configure.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/configure.pm') 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; -- cgit v1.2.3