[Webkit-unassigned] [Bug 27757] update-webkit-auxiliary-libs, update-webkit-support-libs cause Perl warnings about functions tmpnam and tmpfile
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 28 10:37:26 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27757
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33603|review? |review+
Flag| |
--- Comment #3 from Eric Seidel <eric at webkit.org> 2009-07-28 10:37:25 PDT ---
(From update of attachment 33603)
perldoc -f use
says:
If you do not want to call the package's "import" method (for
instance, to stop your namespace from being altered), explic-
itly supply the empty list:
use Module ();
That is exactly equivalent to
BEGIN { require Module }
Looks fine.
You might want to add more information to the ChangeLog about why this stops
the warning.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list