From f4912a505dea4e7cb15f15e044af09ad225528df Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Fri, 16 Dec 2011 10:42:24 -0600 Subject: [PATCH] Really update perldelta with some older changes that hadn't been included yet This time without reverting a week or two worth of other change documentation (version control is hard). --- pod/perldelta.pod | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1c15458..49a7932 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3,11 +3,8 @@ =for comment This has been completed up to 5dca8ed9d28, except for b0f2e9e nwclark Fix two bugs related to pod files outside of pod/ (important enough?) -4b476da craigb Skip Perl_my_symlink on old VMS systems 9b9f19d craigb Another vms bug cc5de3b craigb " " " -c29067d Carl Hayter Make sitecustomize relocatableinc aware -fc81b71 nwclark Avoid attacks on sitecustomize by using NUL delimiters bdba49a shlomif perl -d bugfixes and tests 5d5d9ea shlomif Make "c 3" work again 43d9ecf jpeacock Set all version object math ops to noop @@ -644,6 +641,11 @@ F. This has been corrected [perl #104226]. XXX Is that Perl version correct? Is the file path correct? +=item * + +The -Dusesitecustomize and -Duserelocatableinc options now work together +properly. + =back =head1 Testing @@ -708,11 +710,17 @@ and compilation changes or changes in portability/compatibility. However, changes within modules for platforms should generally be listed in the L section. +=head3 VMS + =over 4 -=item XXX-some-platform +=item * -XXX +Fixed a bug that caused a link error on older versions of VMS. + +=item * + +Perl no longer supports pre-7.0 VMS or pre-6.0 DEC C. =back -- 1.8.3.1