Skip to content
New issue

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

Experimental keys on scalar is now forbidden #3

Open
braberli opened this issue Oct 29, 2017 · 1 comment
Open

Experimental keys on scalar is now forbidden #3

braberli opened this issue Oct 29, 2017 · 1 comment

Comments

@braberli
Copy link

I get the following error message:

reload: Error:Modul 24_NETIO230 deactivated: Experimental keys on scalar is now forbidden at ./FHEM/24_NETIO230.pm line 136.

Stackoverflow tells:

"This was added in Perl 5.14 but removed in 5.23:
Experimental %s on scalar is now forbidden (F) An experimental feature added in Perl 5.14 allowed each, keys, push, pop, shift, splice, unshift, and values to be called with a scalar argument. This experiment is considered unsuccessful, and has been removed. The postderef feature may meet your needs better."

Thus, this module cannot be used in the current state using Perl 5.23 or later,

@jeckyllhavok
Copy link

Same here for me, with newer perl Versions the module isn't working anymore

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

No branches or pull requests

2 participants