This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::XSSymSet can now let the compiler shorten symbols.
authorCraig A. Berry <craigberry@mac.com>
Fri, 8 Oct 2010 19:07:59 +0000 (14:07 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 8 Oct 2010 19:13:57 +0000 (14:13 -0500)
commit84efe3dfc6afbd8ea017ddcc4d5d213cc1a35c72
tree3c8aa09e1e9b68d9b0bddedbd87cc96acb9f55b3
parent3a5b580ccfc4c8c7d52ecd8ccd1431eb99a05a0f
ExtUtils::XSSymSet can now let the compiler shorten symbols.

If the soon-to-be-implemented configuration option
-Duseshortenedsymbols has been selected, bypass the home-grown
symbol shortening traditionally done by xsubpp because the
compiler's /NAMES=SHORTENED feature will be used instead.

This is only relevant on VMS.
lib/ExtUtils/XSSymSet.pm