Sync with the latest MakeMaker snapshot.
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Changes
index a9c8629..ff41425 100644 (file)
@@ -1,5 +1,22 @@
+6.22
+    - Minor potential glitch in the version check logic.
+    - Making Makefile rebuild logic more resistant to inconsequential
+      errors when cleaning up things that are going to be rebuilt anyway.
+    - Adding SCCS to the list of directories in MANIFEST.SKIP.
+    - Fixing blibdirs so it doesn't rebuild every make run.
+    - Using a more conservative MAX_EXEC_LEN for Win98 to allow building
+      large modules like Encode. [Greg Matheson]
+    - test target mangled by dmake.  Doesn't seem to like q{}.
+      [Greg Matheson]
+    - instmodsh now using Archive::Tar to create archives if available.
+      [Slaven Rezic]
+    - instmodsh now using more portable tar flags to create archives.
+      [Slaven Rezic]
+    - Added FAQ entry for "How do I use a module without installing it?"
+      and "How do I keep from installing man pages?" [Joe Cromie]
+
 6.21 Tue Nov 11 00:12:56 PST 2003
-    - NetBSD was looking in INSTALLARCHLIB/CORE for libperl isntead of 
+    - NetBSD was looking in INSTALLARCHLIB/CORE for libperl instead of 
       PERL_ARCHLIB/CORE.  Would cause problems if INSTALLARCHLIB was changed
       (ie. LIB or PREFIX used). [Jochen Eisinger]
     - Turns out a handful of modules use dir_target().  Restored a version