On 06/09/2012 12:32 PM, Richard Hainsworth wrote:
> I noticed that subst-rw does not have "is export" in the definition.
> 
> Does this mean that subst-rw is not available outside the module?

No.

All routines from the setting are available to user space code, because
they are simply in an outer scope of the user code.

What the 'is export' traits in that document do is creating a subroutine
version of a method.

Currently it means that there is only a subroutine version of substr-rw
specced, not a method form.

Cheers,
Moritz

Reply via email to