diff options
author | Colin Hogben <curl@pythontech.co.uk> | 2011-12-23 10:56:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-23 14:49:03 +0100 |
commit | 84e7ea2ffcfc22a30a2079cfb9711ed32a9d625c (patch) | |
tree | 3ef6ccf6518e3bb9257ee42ed1d7d0b0eedfb25e /docs/INTERNALS | |
parent | 2caa454dc19237588ee3696fac2d74fb86eb0d98 (diff) |
Require a less ancient version of perl
The INTERNALS document suggested that compatibility should be
maintained with perl version 4, but this was untrue - scripts such as
chksource.pl and runtests.pl use perl5-isms.
Diffstat (limited to 'docs/INTERNALS')
-rw-r--r-- | docs/INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index c7308671c..f965ec516 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -68,7 +68,7 @@ Portability GNU Autoconf 2.57 GNU Automake 1.7 (we currently avoid 1.10 due to Solaris-related bugs) GNU M4 1.4 - perl 4 + perl 5.004 roffit 0.5 groff ? (any version that supports "groff -Tps -man [in] [out]") ps2pdf (gs) ? |