From 2a6ccffd36e8d50c8394fef17969b151d348e9b5 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 15 Dec 1998 16:28:52 +0000 Subject: Make this require perl version 5.002 or later to run. Noticed by: John Baldwin --- Tools/make_index | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Tools') diff --git a/Tools/make_index b/Tools/make_index index aa465b820e8a..9a5cedc3ccd6 100644 --- a/Tools/make_index +++ b/Tools/make_index @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# $Id$ +# $Id: make_index,v 1.1 1998/12/12 07:41:49 asami Exp $ # # Written to speed-up INDEX file generation. The new scheme # basically visits each port once and writes out each port's @@ -9,6 +9,8 @@ # fixes up the build-depends and run-depends list, and writes # out the new INDEX file. +require 5.002; + # Helper function to map a directory to a pkgname. sub by_path { my $name = shift; -- cgit