Make 'with_fallback' use 'use' instead of 'require'
authorRichard Levitte <levitte@openssl.org>
Mon, 9 Jul 2018 19:07:25 +0000 (21:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Jul 2018 14:34:12 +0000 (16:34 +0200)
commit546574ba92cae095fd1b4c7366c3b5bde4a58383
tree4ec1c1d2dba68b4ac731a280631fecdd360462f6
parent7725c76c3f685c306ef4f4125a8a3495e9978a68
Make 'with_fallback' use 'use' instead of 'require'

This enables us to require module versions, and to fall back to a
bundled version if the system version is too low.

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

(cherry picked from commit e9bc5706744213a1a6748dbbcd1b43a6ad4ca09e)
util/perl/with_fallback.pm