]> git.ipfire.org Git - thirdparty/openssl.git/commit
perl: use the 'if' module to conditionally load File::Glob
authorRichard Levitte <levitte@openssl.org>
Mon, 30 May 2016 09:20:37 +0000 (11:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 30 May 2016 09:55:46 +0000 (11:55 +0200)
commit23049aa52e2b4f12c2c2d7c7d80f5b1876a1b8ba
treec3cc4e455726e1456cdaeb09b60f3eef6c87be69
parent453fc7a0185dcd046a8ab2b029e0807a073f93c2
perl: use the 'if' module to conditionally load File::Glob

Trying to use normal perl conditions to conditionally 'use' a perl
module didn't quite work.  Using the 'if' module to do so does work.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure
test/recipes/40-test_rehash.t
test/recipes/80-test_ssl_new.t
test/run_tests.pl
util/process_docs.pl