2013-08-28 16:13:40 +00:00
|
|
|
From 0406b2ce14fb86ede506c51d6b603b1f4a1ff42d Mon Sep 17 00:00:00 2001
|
|
|
|
From: Stefano Lattarini <stefano.lattarini@gmail.com>
|
|
|
|
Date: Thu, 30 Aug 2012 18:53:21 +0200
|
2014-03-25 00:09:24 +00:00
|
|
|
Subject: [PATCH 18/89] maint: tighten per version requirement
|
2013-08-28 16:13:40 +00:00
|
|
|
|
|
|
|
* bootstrap.conf ($buildreq): Require Perl >= 5.6 (not merely >= 5.5),
|
|
|
|
because that's the minimal version required by modern Automake and
|
|
|
|
Autoconf.
|
|
|
|
|
|
|
|
Copyright-paperwork-exempt: yes
|
|
|
|
---
|
|
|
|
bootstrap.conf | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/bootstrap.conf b/bootstrap.conf
|
|
|
|
index a5d5910..7f4ee53 100644
|
|
|
|
--- a/bootstrap.conf
|
|
|
|
+++ b/bootstrap.conf
|
|
|
|
@@ -138,7 +138,7 @@ git 1.4.4
|
|
|
|
gperf 3.0.3
|
|
|
|
gzip -
|
|
|
|
makeinfo -
|
|
|
|
-perl 5.5
|
|
|
|
+perl 5.6
|
|
|
|
rsync -
|
|
|
|
tar -
|
|
|
|
"
|
|
|
|
--
|
2014-03-25 00:09:24 +00:00
|
|
|
1.8.5.3
|
2013-08-28 16:13:40 +00:00
|
|
|
|