in reply to Re: Importing multiple %EXPORT_TAGS
in thread Importing multiple %EXPORT_TAGS

Perfect, thanks choroba!

That makes sense, and I completely overlooked that in the docs. Thankfully the couple of private functions I want to share are quasi-public anyway, so I'll just put them into @EXPORT_OK and make sure my documentation is clear on it.