Skip to content

check for function existence with defined, not eval+call#19

Open
haarg wants to merge 1 commit intogisle:masterfrom
haarg:fix-win32-function-check
Open

check for function existence with defined, not eval+call#19
haarg wants to merge 1 commit intogisle:masterfrom
haarg:fix-win32-function-check

Conversation

@haarg
Copy link

@haarg haarg commented Jun 14, 2016

Trying to call nonexistent functions can trigger warnings if there is an
AUTOLOAD present (such as with old DynaLoader). Checking defined on the
functions is a more correct way to check for functions, and avoids the
warnings.

Trying to call nonexistent functions can trigger warnings if there is an
AUTOLOAD present (such as with old DynaLoader).  Checking defined on the
functions is a more correct way to check for functions, and avoids the
warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant