Hi, I would like to avoid using v1 syntax. How can I get a list of the v2 syntax, and how can I tell Class::MM that I do not want v1 to be allowed?
Thanks, Dan
I can answer my own question :) :
perldoc Class::MethodMaker::V1Compat
This doc gives a good rundown of the old syntax vs. the new, what is deprecated, and why.
Thanks for the very nice class.
Dan
Log in to post a comment.
Hi,
I would like to avoid using v1 syntax. How can I get a list of the v2 syntax, and how can I tell Class::MM that I do not want v1 to be allowed?
Thanks,
Dan
I can answer my own question :) :
perldoc Class::MethodMaker::V1Compat
This doc gives a good rundown of the old syntax vs. the new, what is deprecated, and why.
Thanks for the very nice class.
Dan