We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some inconsistencies in how functions from Scalar::Util are handled. The usage should follow these rules:
Scalar::Util
Note that Scalar::Util exports no functions per default.
The text was updated successfully, but these errors were encountered:
Issue #2404: consisten use of Scalar::Util::weaken
6976ef4
Issue #2404: consisten use of Scalar::Util::blessed
e6b3f10
Issue #2404: eliminate not needed 'use Scalar::Util'
75bca39
this is save as Scalar::Util imports no functions per default
Merge pull request #2408 from RotherOSS/issue-#2404-scalar_util
d6b684c
Issue #2404 scalar util
Unittests are fine. PR is merged. Closing this issue.
Sorry, something went wrong.
bschmalhofer
No branches or pull requests
There are some inconsistencies in how functions from
Scalar::Util
are handled. The usage should follow these rules:Note that
Scalar::Util
exports no functions per default.The text was updated successfully, but these errors were encountered: