in reply to Re: Recursive use statements?
in thread Recursive use statements?

Considering the OP is using use AB qw[testing], it doesn't matter at all whether AB is using @EXPORT or @EXPORT_OK. That difference plays only a role if a use statement without parameter is used.