util/dofile.pl: require Text::Template 1.46 or newer
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Jul 2018 19:10:10 +0000 (21:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Jul 2018 14:34:35 +0000 (16:34 +0200)
commit356d63458279f05e361de5f69f8d8acb75ada925
tree8826065f2e61cdfcdc08918ef48d3a09f0ba4606
parent374976ee64d31bee04bbd2548df7c0b2ecc10000
util/dofile.pl: require Text::Template 1.46 or newer

The reason is that we override Text::Template::append_text_to_output(),
and it didn't exist before Text::Template 1.46.

Fixes #6641

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6682)

(cherry picked from commit 4e351ca92e3a1f447cef3d2e330f13941f9412c6)
util/dofile.pl