See my scratchpad for version 1.0 of Exporter::VA. This does everything except versioning. What it does do includes exporting by names, hard links, or callbacks; export pragmas; lots of hooks for extending it (it should even work for tye now!); complete documentation.

I'd appreciate any feedback on the code or docs, even if you don't plan on using it.

—John

Replies are listed 'Best First'.
Re: Exporter::VA is on the air!
by RMGir (Prior) on Dec 10, 2002 at 13:01 UTC
    This does everything except versioning

    Looking at the docs, the versioning part looks like it's going to be very cool. I like the interface you're proprosing a lot.
    --
    Mike

      Re very cool, that was the main incentive for writing it. I want to be able to remove default exports in updated modules, and still have backward compatibility.