From ba228352bbfd7e898d9646ec8d489f125d6b645d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 9 Mar 2000 07:34:46 +0000 Subject: [PATCH] Add blurb about perl modules needing recompiling. --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index f555ca7f5daf..02c755fc3830 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,12 @@ directly to him. See end of file for further details. For commonly done items, please see the end of the file. Search for 'COMMON ITEMS:' +20000308: + The binary interface of perl to its modules changed. You + will need to recompile any perl moudles after an + installworld. This includes all ports matching the pattern + /usr/ports/*/p5-*. + 20000303: CMSG_XXX macros offset in has changed to conform RFC-2292. All affected applications have been