-
ddkilzer@apple.com authored
JavaScriptCore: Bug 21832: Fix scripts using 'new File::Temp' for Perl 5.10 <https://bugs.webkit.org/show_bug.cgi?id=21832> Reviewed by Sam Weinig. * pcre/dftables: Use imported tempfile() from File::Temp instead of 'new File::Temp' to make the script work with Perl 5.10. WebKitTools: Bug 21832: Fix scripts using 'new File::Temp' for Perl 5.10 <https://bugs.webkit.org/show_bug.cgi?id=21832> Reviewed by Sam Weinig. * Scripts/bisect-builds: Use imported tempfile() from File::Temp instead of 'new File::Temp' to make the script work with Perl 5.10. * Scripts/sort-Xcode-project-file: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@37832 268f45cc-cd09-0410-ab3c-d52691b4dbfc
ddkilzer@apple.com authoredJavaScriptCore: Bug 21832: Fix scripts using 'new File::Temp' for Perl 5.10 <https://bugs.webkit.org/show_bug.cgi?id=21832> Reviewed by Sam Weinig. * pcre/dftables: Use imported tempfile() from File::Temp instead of 'new File::Temp' to make the script work with Perl 5.10. WebKitTools: Bug 21832: Fix scripts using 'new File::Temp' for Perl 5.10 <https://bugs.webkit.org/show_bug.cgi?id=21832> Reviewed by Sam Weinig. * Scripts/bisect-builds: Use imported tempfile() from File::Temp instead of 'new File::Temp' to make the script work with Perl 5.10. * Scripts/sort-Xcode-project-file: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@37832 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Loading