From 5ecd28b81eed263314db4a3835355e356f9511f0 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 25 Aug 2011 12:04:23 +0200 Subject: [PATCH] Note the demise of global.sym in perldelta. --- pod/perldelta.pod | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.7.4