Created attachment 39821 [details] Patch v1 Reviewed by NOBODY (OOPS!). The require statement is like the use statement, except that it is run during script execution instead of during the 'BEGIN' phase. This makes it possible to change @INC before the require statement is run. See 'require' and 'use' in the perlfunc(1) manpage and 'BEGIN' in perlmod(1) manpage. * Scripts/run-webkit-tests: Replace eval statement with require statement. --- 2 files changed, 16 insertions(+), 1 deletions(-)
Committed r48569: <http://trac.webkit.org/changeset/48569>