I like Data::Alias. It seems to be broken in 5.12. Can it be fixed? Will it be fixed soon? Is there any nice alternative?
I like Data::Alias . It seems to be broken in 5.12. Can it be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any version of
Data::Aliasbuilt before Version 1.08 (Released October 22nd, 2010 BST) won’t work with Perl 5.12 asData::Aliasprior to 1.08 is broken in Perl 5.12. Upgrade to the latest version (1.08 or newer) and it should work!As an interesting side note, it seems like being able to do aliases may be coming to Perl as a language feature in the future, with the cleanup of
:=no longer meaning an empty attribute list. Look forward to it! 🙂