From: Nicholas Clark Date: Thu, 25 Aug 2011 10:04:23 +0000 (+0200) Subject: Note the demise of global.sym in perldelta. X-Git-Tag: accepted/trunk/20130322.191538~3036^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ecd28b81eed263314db4a3835355e356f9511f0;p=platform%2Fupstream%2Fperl.git Note the demise of global.sym in perldelta. --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8224fd1..63d9bd5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -271,7 +271,15 @@ L section, instead. =item * -XXX +The file F is no longer needed, and has been removed. It +contained a list of all exported functions, one of the files generated by +F from data in F and F. The code +has been refactored so that the only user of F, F, +now reads F and F directly, removing the need to +store the list of exported functions in an intermediate file. + +As F was never installed, this change will not be visible +outside the build process. =back