Fri Dec 14 07:51:29 2018rvtol [...] isolution.nl - Ticket created
Subject:
add convenient import tags
Date:
Fri, 14 Dec 2018 13:42:03 +0100
To:
bug-Math-Complex [...] rt.cpan.org
From:
"Ruud H.G. van Tol" <rvtol [...] isolution.nl>
Consider adding a tag like:
our %EXPORT_TAGS = (
'trig' => [@trig],
'pi' => [@pi],
'+pi' => [ uniq( @EXPORT, @pi ) ],
);
to make it easier to import both :DEFAULT and :pi.
Though maybe Exporter should already do that for you.
-- Greetings, Ruud