# New Ticket Created by "Patrick R. Michaud"
# Please include the string: [perl #44487]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44487 >
The documentation for Exporter (in src/pmc/exporter.pmc) has
the text:
Fancier options exist which allow you to import to an alternate
namespace, or export globals so they can be called using a
different name. See F<t/pmc/exporter.t> for examples.
Somehow it feels wrong that options are documented by the tests --
I think they should be explicitly described in the source for
Exporter itself (or wherever its documentation lives).
Pm