From 448cb8b56f1693024e1c6016f9c6d5d3bf1cb7d7 Mon Sep 17 00:00:00 2001
From: Ben Laurie <ben@openssl.org>
Date: Mon, 28 Dec 1998 17:37:17 +0000
Subject: [PATCH] Require Perl 5.

---
 Configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configure b/Configure
index 6098af7785..0a1e44def3 100755
--- a/Configure
+++ b/Configure
@@ -1,5 +1,6 @@
 #!/usr/local/bin/perl -w
 
+require 5.000;
 use strict;
 
 #