RESOLVED FIXED 140939
REGRESSION (r179130): Perl warns about subroutine redefinition when running configure-xcode-for-ios-development
https://bugs.webkit.org/show_bug.cgi?id=140939
Summary REGRESSION (r179130): Perl warns about subroutine redefinition when running c...
Daniel Bates
Reported 2015-01-27 07:06:41 PST
When I ran Tools/Scripts/configure-xcode-for-ios-development Perl emitted a warning about the subroutine named "wanted" being redefined: Subroutine wanted redefined at Tools/Scripts/configure-xcode-for-ios-development line 106.
Attachments
Patch (2.09 KB, patch)
2015-01-27 07:08 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2015-01-27 07:08:10 PST
Daniel Bates
Comment 2 2015-01-27 07:32:21 PST
Comment on attachment 245444 [details] Patch Clearing flags on attachment: 245444 Committed r179180: <http://trac.webkit.org/changeset/179180>
Daniel Bates
Comment 3 2015-01-27 07:32:24 PST
All reviewed patches have been landed. Closing bug.
David Kilzer (:ddkilzer)
Comment 4 2015-01-27 08:17:28 PST
Comment on attachment 245444 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245444&action=review > Tools/Scripts/webkitdirs.pm:2174 > - sub wanted { > + my $wantedFunction = sub { We should do the same thing for the wanted() function in webkitdirs.pm.
Note You need to log in before you can comment on or make changes to this bug.