Revert back to making XS(name) expose XSUB symbols
authorSteffen Mueller <smueller@cpan.org>
Sun, 28 Aug 2011 15:45:37 +0000 (17:45 +0200)
committerSteffen Mueller <smueller@cpan.org>
Sun, 28 Aug 2011 15:45:37 +0000 (17:45 +0200)
commit0cb93b3a42a2d489a092d17005fb2b4dcbf74d95
tree500fa7bc95eb5be8e8502237179b11709a73e19a
parent7bc95ae1a56bd0ccfe9db1092344cd2d1566beca
Revert back to making XS(name) expose XSUB symbols

Instead, as Zefram recommended, ExtUtils::ParseXS will be patched
to not export XSUB symbols by default that are generated through
the module itself. As Zefram said, this has the advantage of
allowing older perls to benefit from the non-exporting of symbols.
XSUB.h