Don't use 'parent' in util/dofile.pl
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Feb 2016 21:43:29 +0000 (22:43 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Feb 2016 22:08:16 +0000 (23:08 +0100)
commit180df315c789be1138ce2643583362f4b37c8809
treebae5995396aee76583add736f04dda8035fa3814
parentf8d9d6e48b7ce50aee32d151e5dc7253594e01ed
Don't use 'parent' in util/dofile.pl

Because we're requiring Perl 5.10.0 and the 'parent' didn't appear
before Perl 5.10.1, we need to resort to the older parent module
declaration style, modifying @ISA.

Reviewed-by: Andy Polyakov <appro@openssl.org>
util/TLSProxy/ClientHello.pm
util/TLSProxy/NewSessionTicket.pm
util/TLSProxy/ServerHello.pm
util/TLSProxy/ServerKeyExchange.pm
util/dofile.pl