Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: use experimental 'autoderef'; ???

by Haarg (Priest)
on Jun 29, 2017 at 05:16 UTC ( [id://1193802]=note: print w/replies, xml ) Need Help??


in reply to use experimental 'autoderef'; ???

experimental.pm handles both enabling features via feature.pm and disabling the experimental warnings for them. The features it supports aren't the exact same features as exist in feature.pm. Some of the things it supports don't need to be enabled, but do issue warnings. And some things do need to be enabled but didn't issue warnings on older versions of perl. experimental.pm is also a dual-life module, so it supports some features even though the perl it ships with no longer supports them. That should probably be more clear in the documentation.

autoderef never needed to be enabled, but it did issue warnings in perl 5.20 and 5.22. There is a bug here though. It should be throwing an error if you request autoderef on a newer perl, rather than silently doing nothing. I've filed a bug for this.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1193802]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found