This is my patch patch.1l for perl5.001.
[p5sagit/p5-mst-13.2.git] / Changes.Conf
index a897e13..cfff8a1 100644 (file)
@@ -22,6 +22,22 @@ This is a brief summary of the most important changes:
    
     Many hint file updates.
 
+Upgrade Traps and Pitfalls:
+
+Since a lot has changed in the build process, you are probably best off
+starting with a fresh copy of the perl5.002 sources.  In particular,
+your 5.000 or 5.001 config.sh will contain several variables that are no
+longer needed.  Further, improvements in the Configure tests may mean
+that some of the answers will be different than they were in previous
+versions, and which answer to keep can be difficult to sort out. 
+Therefore, you are probably better off ignoring your old config.sh, as
+in the following:
+
+       make distclean # (if you've built perl before)
+       sh Configure [whatever options you like]
+       make depend
+       make
+       make test
 
 -------------
 Version 5.001
@@ -121,11 +137,3 @@ The following is the sequence of steps to upgrade to 5.001:
        <mv old architecture-dependent library to new location, if needed>
        make install
 
-
-
-
-
-
-
-
-