commit | 4eac734486fd431e0756cc5e929f140911a36a53 | [log] [tgz] |
---|---|---|
author | SeongJae Park <sjpark@amazon.de> | Mon Dec 02 12:42:21 2019 +0100 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Wed Dec 11 10:31:16 2019 -0700 |
tree | c5df20c8c946dc21a4c9e163201fbd55515e0c48 | |
parent | d187801d1a46519d2a322f879f7c8f85c685372e [diff] |
kselftest: Support old perl versions On an old perl such as v5.10.1, `kselftest/prefix.pl` gives below error message: Can't locate object method "autoflush" via package "IO::Handle" at kselftest/prefix.pl line 10. This commit fixes the error by explicitly specifying the use of the `IO::Handle` package. Signed-off-by: SeongJae Park <sjpark@amazon.de> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>