summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2002-04-23 12:21:26 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-23 23:45:41 +0000
commit14eee2f176c01921f858020562d3814fbbde603c (patch)
treeaebad2851e018e2484dd68e621cc69af83c19cae /INSTALL
parent6cc60dfb2a8776ed38cabadaa23ec442bec7ba81 (diff)
downloadperl-14eee2f176c01921f858020562d3814fbbde603c.tar.gz
Re: binary compatibility
Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@16121
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1d27d65cfe..63026ceae4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2096,6 +2096,9 @@ approach.
=head1 Coexistence with earlier versions of perl5
+Perl 5.8 is not binary compatible with earlier versions of Perl.
+In other words, you have to recompile your XS modules.
+
In general, you can usually safely upgrade from one version of Perl (e.g.
5.004_04) to another similar version (e.g. 5.004_05) without re-compiling
all of your add-on extensions. You can also safely leave the old version