In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a9e68e41c8119940fa49cfc2da687e6818eece80?hp=020fe755c7b9c2c1bba464de4b08e6cb88791d82>
- Log ----------------------------------------------------------------- commit a9e68e41c8119940fa49cfc2da687e6818eece80 Author: Craig A. Berry <[email protected]> Date: Sun Oct 17 22:42:57 2010 -0500 Mention symbol shortening on VMS in perldelta. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 051cf1e..e1e1e64 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -576,6 +576,12 @@ L<[perl #72990]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=72990>. perl now builds again with OpenVOS (formerly known as Stratus VOS) L<[perl #78132]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=78132>. +=item VMS + +The shortening of symbols longer than 31 characters in the C sources is +now done by the compiler rather than by xsubpp (which could only do so +for generated symbols in XS code). + =item Windows C<$Config{gccversion}> is now set correctly when perl is built using the -- Perl5 Master Repository
