in reply to Re: How to wrap Perl assignment operator?
in thread How to wrap Perl assignment operator?

The overload pragma won't overload the assignment operator. From the man page:

However, [the module] does not overload the Perl assignment operator. This would go against Camel hair.
Read the doc for more details.

  • Comment on Re^2: How to wrap Perl assignment operator?