Make overloaded constants always read-only
authorFather Chrysostomos <sprout@cpan.org>
Wed, 3 Jul 2013 02:53:05 +0000 (19:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 26 Jul 2013 06:48:03 +0000 (23:48 -0700)
commit19130678b46bff1627099e92f818913a1bade9b0
tree5768cd6ac1f3ac3302379db75ea0e3243294f6b4
parenta888bde5d7a5dd33725c4f5c4b3220e152ab9f5e
Make overloaded constants always read-only

They were not read-only if the constant handler returned a shared
hash key scalar.

This was brought up in bug #109744.
lib/overload.t
op.c