in reply to Re^2: Import constants as scalar instead of bareword sub
in thread Import constants as scalar instead of bareword sub
But Devel::DProf show it's still use tie()ed scalar (and so call FETCH() on each scalar access) even with Readonly::XS installed.
This was sadly news, because I feel like with Readonly::XS it should just 'mark' SV as read-only and doesn't tie() it. :-(
|
|---|