Hello,

I have a module that defines some constants and another one that use the
first module.
I wish to re-export those constants.

I read here:

http://design.perl6.org/S11.html

that this:

use FirstModule :EXPORT;

should re-export the imported symbols, but it throws an error (no such tag
'EXPORT').

Any idea?

-- 
Fernando Santagata

Reply via email to