This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
authorNicholas Clark <nick@ccl4.org>
Fri, 23 Dec 2005 00:18:27 +0000 (00:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 23 Dec 2005 00:18:27 +0000 (00:18 +0000)
commit85a5de57f0760868dc6c90e36fe9b7ed954769c0
treeaf7e9464ff762909da3fe29962cddd8c73c629a6
parentefa2a43b6b2997da5efff097885108e28b4cd901
De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
and some constants are mentioned in multiple tags).
Should this logic be in Exporter::Heavy?

p4raw-id: //depot/perl@26459
ext/POSIX/POSIX.pm