Upgrade to ExtUtils::MakeMaker 6.12.
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Changes
1 6.12 Tue Jul 29 22:19:38 PDT 2003
2     - Should any of your prefixes be /, MakeMaker might lose this and
3       prepend your prefix as "prefixyour/directory" rather than
4       "prefix/your/directory" (Ed Moy bleadperl 20283)
5     - Reversing "realclean was duplicating work already done by clean"
6       (CVS 1.124 MM_Unix.pm).  Turns out it wasn't a duplication and this
7       was causing INST_* files to be left behind if your INST_LIB wasn't
8       blib/* as in the perl core.  realclean now removes the files copied
9       to INST_*.
10     - Eliminating xsubpp_version().  No longer relevant.  It was checking
11       for a feature added to xsubpp before 5.003_07 and doing it in a
12       really bizarre way.
13
14 6.11 Thu Jul 24 01:24:37 PDT 2003
15     - Small grammatical doc touch up by Sean Burke
16     - Making basic.t clean up better after itself so it can be run
17       twice without setting up and cleaning up Big-Dummy again.
18     * Noting where to find make in the README
19     * Noting that MakeMaker does not produce a GNU make compatible Makefile
20       on Windows.
21     * 6.10_08 with a new version #.
22
23 6.10_08 Mon Jul 21 18:17:06 PDT 2003
24     * $Config{installvendorman*dir} was being ignored and our default
25       always used. [rt.cpan.org #2949]
26     * Setting NORECURS to true was still resulting in a Makefile which
27       tried to recurse into subdirectories which contained a Makefile.PL
28       (it simply wouldn't have run them to generate Makefile's).
29       This appears to be a rather old bug.
30       [rt.cpan.org #2951]
31     * [rt.perl.org #4345] Arguments passed to WriteMakefile() would get
32       stopped upon by $self->{PARENT} in recursive builds in the process
33       of prepending a .. onto it.
34     - Command.t now using its own temp directory when testing 
35       expand_wildcards() so no stray files confuse it.
36     * No longer warning about 'postamble' attribute.
37     - Added installvars() to list INSTALL* variables so we don't keep
38       repeating the list all over the code.
39     - Added init_DEST() to create DESTINSTALL* variables for installing
40       with DESTDIR set.
41     * DESTDIR + PREFIX now does not duplicate DESTDIR.  [Redhat #91892
42       and part of rt.cpan.org #2954]
43     * DESTDIR is now not directly prepended to the INSTALL* variables.
44       installation targets now use DESTINSTALL* instead.  This prevents
45       the DESTDIR from showing up in places it shouldn't like perllocal.pod.
46       DESTDIR is still appearing in .packlist (bug). [rt.cpan.org #2954]
47     - MM_VMS->prefixify() wasn't honoring the %Config_Override causing
48       some MakeMaker generated config variables to be ignored.
49     - MM_VMS->prefixify() was only VMSifying part of its filepaths causing 
50       internal comparisions to get confused and think it had to prefixify 
51       when it didn't.
52
53 6.10_07 Sat Jul  5 16:12:52 PDT 2003
54     * Fixing location of perllocal.pod so its always in INSTALLARCHLIB
55       instead of one for each perl, site and vendor.
56     - Sun's make treats escaped newlines oddly.  Switching oneliner() back
57       to using multiple -e's.
58     * Bug in libscan() meant that any .pm containing RCS or CVS or SCCS
59       in its name (for example, RCS.pm) would be skipped.
60     - Command.t was getting confused in the core because it was reading
61       files from the core t/ directory, not MakeMaker's t/ directry.
62     - MM_OS2 PERL_ARCHIVE_AFTER test wrong for a.out systems (Ilya)
63     - Fixing perllocal.pod and XS installation on VMS.  An extraneous
64       newline was introduced when changing the install macros over to
65       $(ECHO).
66     - Added $(ECHO_N) macro to emulate 'echo -n'
67
68 6.10_06 Sat Jun  7 00:55:29 PDT 2003
69     - Whoops, Liblist.t busted on VMS after I turned strict on in
70       ExtUtils::Liblist::Kid.  Merely a test bug, not a real bug.
71     - Fixed metafile_addtomanifest failure so the proper error shows.
72     - Fixed metafile_addtomanifest failure diagnostic leaking out during
73       the basic.t test on Windows.
74
75 6.10_05 Fri Jun  6 18:15:30 PDT 2003
76     * Documenting META.yml, NO_META
77     * Documenting the fact that distdir will auto generate META.yml and 
78       alter your manifest.
79     * Adding META.yml autogeneration to the FAQ
80     - Recognizing comments with leading whitespace in MANIFESTs better.
81     - Small ExtUtils::Liblist::Kid problem on VMS (Craig Berry)
82     * Fixed "make install UNINST=1".  Appears to have been broken somewhere
83       around 6.06_01.
84     - Documented the fourth argument to ExtUtils::Install::install()
85     - install() will now honor a PERL5LIB change between ExtUtils::Install
86       loading and install() running when uninstalling shadows.
87     - META.yml generation deals gracefully when the MANIFEST is read-only
88       (Slaven rt.cpan.org 2723)
89     - Fixing tests on limited dir depth VMS systems by moving the 
90       dummy-install dir one level up (Craig Berry rt.cpan.org 2747)
91
92 6.10_04 Fri May 23 01:13:04 PDT 2003
93     - Working around BSD threaading bug in version check. [from bleadperl]
94     - Added the Makefile to the dist dependencies. (Slaven Rezic)
95     - Reversing the find_perl() version check failure warning introced in
96       6.10_03.  Too talkative, warned when nothing was wrong.
97     * Fixing META.yml auto-addition when there's no newline at the end 
98       of the MANIFEST [rt.cpan.org 2444]
99     * Making it a bit more obvious in the MANIFEST where META.yml comes from.
100     - Fixed $_ clobbering in ExtUtils::Manifest functions.
101     - [rt.cpan.org 2591] some LD_RUN_PATH thing (Marek Rouchal)
102     - Added core.\d+ files to 'make clean' [rt.cpan.org 2543] (Slaven Rezic)
103     - INST_* targets were expanded too early (Stas Bekman)
104     - Adding ExtUtils::MakeMaker::bytes (bytes.pm backwards compat wrapper)
105     - Fixing MM_MacOS so it will compile on 5.5.x machines (use bytes wrapper)
106     * Reducing perldepend set of CORE/*.h dependencies to what 5.5.3 has.
107       5.5.3 should be able to compile XS again.
108     * Eliminating fakethr.h and perlsfio.h from VMS's perldepend as they
109       sometimes don't get installed.
110     - ExtUtils::Install was making a few directories even with the
111       "don't really do it" switch on (Slaven Rezic)
112     * can build static linked perl binaries again.  Probably damaged in
113       6.06_01 when $self->{MAKEFILE} became FIRST_MAKEFILE. (Nick Clark)
114
115 6.10_03 Fri Apr 11 00:21:25 PDT 2003
116     * Added NO_META WriteMakefile() option to suppress generation of
117       META.yml. (Spoon, rt.cpan.org 2359)
118     - Spurious linebreak in uninstall_from_sitedirs on VMS (Craig Berry)
119     * A bit after 6.05 man page names would come out as lib::Foo::Bar
120       if the module name didn't contain a ::.  Found with podulators.
121       Fixed.
122     * Skipping installation of RCS ,v files.
123     * 'make ci' was busted between 6.05 and 6.06_01.  Fixed. (Andreas)
124     - 'make test' was broken when there's no tests.  Introduced in 6.06_03.
125       (Stas Bekman)
126     - Solving some directory depth problems in tests on oldish VMS systems.
127       (Craig Berry)
128     - Fixing MM_MacOS so it compiles on UTF-8 systems. (Jarkko)
129     - Making find_perl() more talkative when the version check fails
130       miserably.
131     - Fixing PERL_ARCHIVE on VMS so XS can compile again (Craig Berry)
132
133 6.10_02 Mon Apr  7 00:57:15 PDT 2003
134     * Removed 2>&1 experiment introduced in 6.10_01 for all non-Unixen
135       except for OS/2.  Thought Perl might emulate `... 2>&1`.  It doesn't.
136       Just on OS/2.
137
138 6.10_01 Sun Apr  6 19:31:42 PDT 2003
139     - Making install "Skip ... (unchanged)" message happen consistently
140     - Checking file sizes as well as modification times when deciding
141       to skip installing a file.
142     - OS/2 was using $(RM) instead of $(RM_F) (Ilya)
143     - OS/2 needs .dll removed on failed build (Ilya)
144     - fixin() was assuming that rename() can overwrite the target (Ilya)
145     - manifypods target was empty if there are no pods to manify.  Put in
146       at least $(NOECHO) $(NOOP)
147     - Cygwin test to check for finding pod2man when building the perl core
148       removed.  No longer relevent.
149     - Small fixes for dmake (Mattia Barbon)
150     * Added "Reporting bugs" section to the PATCHING doc.
151     - Minor bug in compile test missed ExtUtils::Liblist::Kid
152     - Removing $(VERSION_FROM) from Makefile dependency.  It was too
153       annoying to rebuild the Makefile every time the module changed.
154       Mentioned it in the FAQ instead.
155     - Fixing PERL_ARCHIVE macro on VMS.  Apparently it never appeared
156       properly before. (Craig Berry)
157     - Fixing ECHO on dmake.
158     - Adding os_flavor() and os_flavor_is()
159     - Making basic.t error output combine STDOUT & STDERR for easier 
160       reading.
161     * ExtUtils::Manifest will now work case insensitively.
162     - Fixed 'subroutine redefined' warnings in 00compile.t
163     - Fixed it so typemaps are only looked for in the perl core library.
164     * Hacking around VMS filesystem problems reconstructing package names
165       from filenames in ExtUtils::Installed.  (Jesper Naur)
166
167 # There was no 6.06, I jumped straight to 6.10_XX because there's been
168 # so much change between 6.05 and now.
169
170 6.06_05 Mon Mar 31 02:44:11 PST 2003
171     - Syncing into bleadperl.  Minor nits revealed...
172     - AutoSplit open filehandle bug was fixed in bleadperl.  Averted a
173       warning because of this.
174     - hint files were only being loaded if . happened to be in @INC.
175       A bug/feature of File::Spec was stripping off the current dir from
176       the front of hintfile paths causing Perl to look for them in @INC.
177       Worked around.
178     - Now checking $! for errors if a hint file returns undef
179     - compile test was testing all of perl!  Scaling back to just ExtUtils/
180
181 6.06_04 Sun Mar 30 20:34:39 PST 2003
182     - Now looking for ExtUtils::xsubpp through @INC rather than just
183       the perl core directories.  This helps ExtUtils::ParseXS.
184     - Systems which don't put their libraries under their $Config{prefix}
185       (OS X, Debian) weren't putting their libraries in the spot declared
186       in Config.  It was going under $Config{prefix}.
187     - Prerequisites check now deals better with X.Y_Z style alpha versions
188     - ExtUtils::Liblist->ext() was using $Config{perllibs} which is a 5.6.1
189       thing.  Falling back to $Config{libs} if perllibs isn't there.
190     - ExtUtils::Command::MM now reads from @ARGV if called with no
191       args.  Makes the one liner a bit simpler.
192     * Restored ExtUtils::Liblist::ext() for backwards compatibility.
193       Missing since 5.6.1.
194     - Switching to relative dirs for self-building to shorten
195       command line lengths.
196     - Fixing minor test warning on VMS when compiling ExtUtils::Manifest
197     - Skipping STDIN read prompt() tests on 5.5.3.  Can't test due to
198       eof() not honor tied handles.
199     - Config.pm on 5.5.3 doesn't have any concept of vendor*.  This was
200       causing warnings when generating the Makefile.
201
202 6.06_03 Sat Mar 29 19:44:53 PST 2003
203     - Added AUTHOR and ABSTRACT_FROM info for ppd generation.
204     - Added echo() method to portably echo text to a file.
205     - Worked around 5.8.0 eval 'require Foo::Bar' bug causing MakeMaker
206       to think modules weren't installed.
207     - Modernized VMS doc_*_install targets
208     - Changed some $(PERL) -e "print ..." code to use $(ECHO).
209     - Replaced uses of Delete/NoLog/NoConfirm with $(RM_F) in MM_VMS
210     - Fixed some duplicate macros making MMS happy.
211     - Fixed $ExtUtils::MM_VMS::Revision.  It was just the $VERSION before.
212     - Fixed ExtUtils::Command::MM::perllocal_install(), uninstall(),
213       warn_if_old_packlist().
214     * Pulling File::Spec::VMS::fixpath() and eliminate_macros() into MM_VMS
215       as the new cannonical location.  They never should have been in F::S
216       in the first place.
217     * ExtUtils::Command::eqtime() would truncate the file being equalized!
218       Holdover from exclusive .exists usage.
219     - Cleaned up hard coded 'echo' and '@' to $(ECHO) and $(NOECHO)
220     - $(SAY) is now $(ECHO) on VMS
221     - Moved rogue initializations from tools_other() to init_others()
222     - Normalized MM_VMS's tools_other() to mostly use its superclass.
223     - split_command() was off-by-one when calculating max command line
224       lengths causing it to run over on VMS
225     - made split_command() a bit smarter, taking into account some macro
226       expansion
227     - Fixed initialization of OBJECT, DISTNAME and LDFROM on VMS
228     - Fixed *_install target uses of File::Spec.
229     - Added ExtUtils::MakeMaker::vmsish wrapper around vmsish so MM_VMS
230       can be compiled on non-VMS machines.  For testing.
231     * Added ExtUtils::MakeMaker::Tutorial about writing modules with
232       MakeMaker.
233     - Removed "always use h2xs" dogma.
234     - Added compile & POD test
235     * 'make distdir' now generates META.yml module meta-data file.
236       Proof of concept.  Have to syncronize with Module::Build.
237     * Added maniadd() to ExtUtils::Manifest to add entries to the MANIFEST
238     * ExtUtils::Command::chmod was not interpreting file permissions as
239       octal.  Also, docs & tests slightly wrong (thanks Stas Bekman).
240     - ExtUtils::Install was hard coding blib/lib and blib/arch, unportable
241       [perl #21526]
242
243 6.06_02 Mon Dec 23 20:39:57 PST 2002
244     * Lots of Win32 fixes busted between 6.05 and 6.06_01.  
245     * split_command() tests still not happy on Win32.  Problems with
246       shell vs Makefile escaping makes testing difficult.
247     * VMS still broken.  Need to convert File::Spec method calls back to
248       object method calls so the weird FS::VMS->eliminate_macros() and 
249       fixpath() work again.
250
251 6.06_01 Thu Dec 19 00:14:49 PST 2002
252     - Andreas found that when building the core it is desirable for
253       MakeMaker to use a relative path to perl.
254     - File::Spec->catfile() has a bug where the resulting file may not be
255       canonicalized.  This was causing problems when generating manpaths.
256       MakeMaker now uses its own fixed override for catfile().
257     - Fixed the POD recognition regex to properly catch /=head\d/ tags.
258     * Added a PATCHING guideline document.
259     - Updated the class hierarchy in NOTES.
260     - Installed.t now cleans up after itself better.
261     - Steve Purkis rewrote the manifypods system to use Pod::Man
262       rather than pod2man.  Its now portable and manifypods() moved from 
263       MM_Unix to MM_Any.  As a result, lots of icky and redudant code went
264       away.  This also removes the POD2MAN macro, but noone should be
265       using that.  
266     - "make manifypods" now works on Win32
267     - "make manifypods" is now be faster
268     - Made MM_Unix->find_perl more portable.  Eliminated MM_Win32->find_perl
269       override.  MM_VMS->find_perl remains.
270     * find_perl() can now handle filenames with spaces in them (RT448)
271     * find_perl() on Win32 no longer produces spurious "File Creation error"
272       messages (perlbug ID 20020709.001)
273     - Removed unfinished and unused maybe_command_in_dirs()
274     - Removed dead SelfLoader cruft from MM_Unix.
275     - Fixed PPD generation when the ppd contains quotes (RT1473)
276     - Fixed PPD generation on VMS
277     - Moved Win9x specific subdir_x() code from MM_Unix to MM_Win95
278     * Craig Berry fixed hint files on VMS
279     - Added the perl_onliner() method to generate portable, safe one-liners
280     - Changing hardcoded $self->{MAKEFILE} to $(FIRST_MAKEFILE).
281     * Rafael Garcia-Suarez made MakeMaker ignore Subversion control files
282       by default.
283     - Added MAKEFILE_OLD macro.
284     * No longer generating man pages by default on VMS.
285     - Improved DISTNAME docs
286     * Documented DISTVNAME and VERSION_SYM
287     * Documented dist()
288     - Seperated dist_core() into dist, tardist, uutardist, tarfile,
289       zipdist, zipfile and shdist_target methods.  Allows elimination
290       of redundant code in MM_VMS.
291     - Replaced WARN_IF_OLD_PACKLIST, DOC_INSTALL and UNINSTALL
292       one-liners with ExtUtils::Command::MM functions
293     - Replaced VMS hand-rolled perl code for TOUCH, CHMOD, RM_F and RM_RF
294       with ExtUtils::Command functions.  Added TEST_F.
295     - Adding clean_subdirs target and clean_subdirs_target() method to
296       generate same.  This allows easier overriding of an unportable part
297       of the clean target.
298     - Defined DEV_NULL for MacOS
299     - Removed ROOTEXT from MM_MacOS, apparently unused
300     - Added $(DIRFILESEP) macro and init_DIRFILESEP to avoid
301       hardcoding / or \.  Reduces code duplication in the MM_* modules.
302     - Added init_platform() and platform_constants() for OS specific
303       macros.  Moved OS specific macros from constants() overrides there.
304     - Added init_VERSION() to setup various *VERSION* macros.
305     - Added default wraplist() to make porting easier.
306     - Added makemakerdflt_target() to guarantee 'all' is the default
307       target.
308     - Added special_targets() to handle things like .PHONY and make sure
309       they come first.
310     - Added init_linker() to initialize linker relatied macros.
311     - MM_MacOS constants() disolves
312         Moved MACPERL_SRC, MACPERL_LIB, MACPERL_INC from init_main() to 
313           init_platform().
314         Moved DEFINE and INC tweaking from constants() to init_main()
315         Moved DEFINE_VERSION & XS_DEFINE_VERSION from constants() to
316           init_VERSION().
317         Eliminated MODULES.  Unused and its the same as TO_INST_PM
318         Moved .INCLUDE from constants() to special_targets()
319
320     - MM_NW5 constants() & init_others() disolves
321         Moved LIBPTH, BASE_IMPORT, NLM_VERSION, MPKTOOL, TOOLPATH from 
322           init_others() to init_platform()
323         Moved INCLUDE and PATH definitions from constants() to 
324           init_platform()
325         Moved BOOT_SYMBOL, NLM_SHORT_NAME, PATH and INCLUDE from
326           constants() to init_platform()
327
328     - MM_Unix constants() goes on a diet
329         Moved all macro definitions to init_* methods.
330         Added MM_REVISION for completeness
331         Using wraplist() instead of manual joining
332         Moved .NO_CONFIG_REC, .SUFFIXES and .PHONY to special_targets()
333         Moved makemakerdflt: to makemakerdeflt_target()
334         Moved INST_{STATIC,DYNAMIC,BOOT} to init_INST()
335         Moved EXPORT_LIST, PERL_ARCHIVE & PERL_ARCHIVE_AFTER to init_linker().
336         Moved PERL_MALLOC_DEF to init_platform()
337
338     - MM_VMS constants() goes on a diet
339         Moved DEFINE from constants() to init_main()
340         Moved OBJECT & LDFROM from constants() to init_others()
341         Moved MM_VMS_REVISION and PERL_VMS to init_platform
342         Added MM_VMS_VERSION
343         Moved DEFINE_VERSION, XS_DEFINE_VERSION and MAKEMAKER changes to
344             init_VERSION
345         Moved .SUFFIXES changes to special_targets() override.
346         Eliminated $self->{PM_TO_BLIB}.  Its redundant with $self->{PM}.
347         constants() now consists only of fixpath() calls.
348
349     - MM_Win32 constants() goes away
350         Moved .USESHELL to special_targets() override.
351         Everything else was redundant.
352
353     - Added $(VERSION_FROM) to $(MAKEFILE) dependencies.  Helpful for
354       XS builds where the version number is very sensitive.
355     - export_list(), perl_archive() and perl_archive_after() consolodated
356       into init_linker().
357     - Added MM_NW5_VERSION, MM_Unix_VERSION, MM_Win32_VERSION, 
358       MM_VMS_VERSION.
359     - Eliminated duplicate code in constants() overrides
360     - Added all_target() for easier customization of what's run by default
361     - Eliminated duplicate top_targets() overrides
362     - Made tool_autosplit() method portable.  Moved to MM_Any.  Eliminated
363       overrides.
364     - Adding realclean_subdirs target and realclean_subdirs_target()
365       method to generate same.  This allows easier overriding of an 
366       unportable part of the realclean target.    
367     - Added oneliner() to create portable perl one-liners.
368     - Craig Berry found some typos in ExtUtils::Liblist::Kid's VMS part
369     * ExtUtils::Install did not work on MacPerl due to a hardcoded '.'
370     * prompt() will now read from STDIN.
371     - Craig Berry made sure extliblist() is always called even if LIBS
372       is explicitly set to empty.
373     * Added DESTDIR to make repacking easier.
374     * $(*PREFIX) are returned to the INSTALL* variables.
375     * Split $(PREFIX) into $(PERLPREFIX) and $(PREFIX).  The former
376       holds the location of the core libraries.  The latter is the
377       optional override prefix supplied by the user.
378     * PREFIX overrides all other *PREFIXes when set in the Makefile.PL.
379       This restores "make install PREFIX=foo".
380     - Added quote_literal() to handle some shell quoting.
381     - ExtUtils::MM_VMS now compilable on non-VMS platforms.
382     - J. D. Laub made MakeMaker honor $Config{installstyle}
383     - Renaming on OS/2 requires the target file to be removed.  
384       Partially fixed by Ilya, should be applied universally later.
385     - Default MANIFEST.SKIP not catching files in subdirs.  Fixed by Ilya.
386     - Ilya fixed ExtUtils::Liblist->ext when called outside MakeMaker.
387     - realclean was duplicating work already done by clean
388     - Adding an explicit LICENSE
389     - Cleaning up ExtUtils::Install docs.
390     - ExtUtils::Install::uninstall() now has default verbose and
391       dont_execute arguments.
392     - Added some basic ExtUtils::Install tests
393     - Fixed ExtUtils::Install::install() for relative dirs
394     - Added split_command() and max_exec_len() to deal with long
395       commands.
396     - Seperated escape_newlines() from quote_literal().  This may
397       be pointless.
398     - pm_to_blib() now generated with split_command().  3x speedup.
399     - added init_dist() to initialize distribution constants
400     - ExtUtils::Install::pm_to_blib() working around open filehandle
401       bug in AutoSplit for systems with mandatory file locking.
402
403 6.05 Tue Aug 27 16:09:51 PDT 2002
404     - Output format of the hint file verbose diagnostic is now in
405       a format native to the OS, so it broke a test on non-Unixen.
406
407 6.04 Mon Aug 26 18:31:11 PDT 2002 
408     - Little fix for pre-5.8 Cygwin test to get the shared library names 
409       right.
410     * disttest on Win9X broken because of forgotten tabs
411     * WriteMakefile argument verification should now be accurate
412     - Documented the LD flag.
413     * Documented prompt()
414     * vendor install was not adding to packlist or updating perllocal.
415     - Supporting $Config{vendorarchexp} and $Config{vendorlibexp}.
416     - Fixed conflict on VMS between logical names and directories 
417       (bleadperl 17488)
418     - Fixed space-vs-tab bug on Netware (bleadperl 17579)
419     - Mysterious NetWare fix from Ananth (bleadperl 17376)
420     - Support OPTIMIZE in MacOS (bleadperl 17347)
421     - Support hints in MacOS (mutation of bleadperl 17347)
422     * Default man installation directories were using $(MAN*EXT) to
423       generate the directory name.  This turned out to be wrong more
424       often than right, so we'll use man1 and man3 hard-coded.
425     - Debian folks fixed the doc_install targets so the Appending
426       diagnostic gives the correct directory for perllocal.pod
427     * Added ExtUtils::MakeMaker::FAQ
428     - Quieted some warnings on MacOS (bleadperl 17669)
429
430 6.03 Wed Jun 19 17:06:14 EDT 2002
431     - Documented that we're clamping down on cargo-cult MakeMaker
432       programming.
433     - Eased up the parameter verification to leave errant values alone.
434     - Doug MacEachern documented LDDLFLAGS and added to known parameters.
435     - Possible fix for XS compiles on Cygwin for pre 5.8 perls.
436
437 6.02 Sat Jun 15 19:46:06 EDT 2002
438     - ExtUtils::Installed->modules() was broken in scalar context
439     - Sync bleadperl 16922:  Netware updates from Ananth Kesari.
440     - Sync bleadperl 16922:  MM_NW5 tests
441     - Sync bleadperl 16938 & 16974:  MM_MacOS->macify fixes from pudge.
442     - Sync bleadperl 16989 & 16942:  Small test fixes for MacPerl from pudge.
443     - Improved WriteMakefile param verification to differenciate between
444       parameters which don't exist and those that just take strings/numbers.
445       [RT #707]
446     * Documented TEST_VERBOSE
447
448 6.01 Thu May 30 14:48:57 EDT 2002
449     - MacOS Classic fixes from Pudge: recursive make repair,
450       post_initialize() now used, DEFINE & INC work with relative paths,
451       removed dead hybrid method/function call code.
452     * WriteMakefile now a bit more tolerant of wrong arguments, it will
453       warn and try to soldier on rather than just vomiting.
454     - Netware whitespace nits (bleadperl@16811)
455     - Netware Perl version number tag when building dynamic libraries
456       needs to match the current perl version instead of being hard coded
457       (a mutation of bleadperl@16851)
458     - OS/2 bug in TEST_F target found by John Poltorak (bleadperl@16839)
459     - README in 6.00 still declared this as alpha.
460
461 6.00 Sat May 25 17:14:09 EDT 2002
462     - VMS 8-level limit test tweak (bleadperl@16764)
463     * Here goes nothing.
464
465 5.96_01 Wed May 22 19:11:09 EDT 2002
466     - Fixed ExtUtils::testlib so it doesn't taint @INC.
467     - Fixed ExtUtils::Command so it groks % shell wildcard on VMS.
468       [RT 625]
469     - MM now depends on Test::Harness 2.00 on VMS else tests with -T
470       won't work, command line too long.
471     - Added Craig's patch to fix limited level VMSs in the core.
472
473 5.95_01 Sat May 18 14:40:12 EDT 2002
474     - Fixed ExtUtils::testlib so it has a reasonable chance of working
475       under taint mode.
476
477 5.94_02 Fri May 17 17:16:04 EDT 2002
478     - Fixing Manifest.t test for relative @INC when core testing.
479
480 5.94_01 Fri May 17 14:53:54 EDT 2002
481     - Small NetWare change from Novell.
482     - worked around 5.005_03's lack of a $Config{siteprefix} and
483       $Config{sitebin}.
484     - Small cross compilation changes (bleadperl 16582, 16548)
485
486     [[ Test Fixes ]]
487     - Fixing ExtUtils::Command tests for VMS shell wildcard differences.
488     - Fixing ExtUtils::Installed tests so they don't go looking at already
489       installed installed lists.
490
491 5.93_01 Mon May  6 00:54:39 EDT 2002
492     - fixed basic.t for limited depth VMS systems
493     * MM_BeOS was totally hosed by a typo.
494     - Made the ExtUtils::Command docs clear about how things come
495       from @ARGV not @_.
496     - Quieted nmake banners in disttest
497
498     * Backporting to 5.005_03
499     - 'require 5.006' statements to 5.00503
500     - Removing uses of File::Spec::Functions
501     - Adding MODE arg to mkdir()
502     - Changing uses of 'our' to 'use vars'
503     - Changing uses of 'no warnings' to 'local $SIG{__WARN__}'
504     - Changing 3-arg opens to 2-arg
505     - Changing 'open my $fh' to 'open FH'
506     - 5.005_03's File::Find doesn't have 'no_chdir'
507
508 5.92_01 Mon Apr 29 23:09:38 EDT 2002
509     - Fixing case of modules with no .pm files on VMS.
510     - LDLOADLIBS fix for NetBSD and easier overriding (bleadperl 16233)
511     * syncing in MM_MacOS from pudge.
512     - syncing in NetWare fixes (16266 & 16190)
513     - Cleaning up MM_NW5.pm somewhat.
514
515 5.91_02 Wed Apr 24 01:29:56 EDT 2002
516     - Adjustments to tests for inclusion in the core.
517
518 5.91_01 Wed Apr 24 00:11:06 EDT 2002
519     [[ API Changes ]]
520     * A failing Makefile.PL in a subdir will now kill the whole
521       makefile making process.
522     * "make install PREFIX=something" will no longer work.  Sorry.
523     - Now supporting the usevendorprefix %Config setting
524     - Tests now guaranteed to run in alphabetical order.
525     - Allowing $VERSION = 0.
526
527     [[ Bug Fixes ]]
528     - Missing prerequisite warning malformatted.
529     - INSTALL*MAN*DIR and INST_MAN*DIR weren't allowed on the command 
530       line.
531     * For years now skipcheck() has been returning a different
532       value than what was documented.
533     - Partially reversing Ken's "speed up ExtUtils::Manifest" patch
534       from 5.51_01 so MANIFEST overrides MANIFEST.SKIP.
535     * Fixed PREFIXification so it works on Win32.
536     * Fixed PREFIXification so it works on VMS.
537     - Fixed INSTALLMAN*DIR=none on VMS.
538     * NetWare fixes (bleadperl@16076)
539     - Craig Berry fixed some macro corruption on VMS.
540     - Systems configured to not have man pages now honored thanks to
541       Paul Green
542     - Hack to allow 5.6.X versions of ExtUtils::Embed use MY implicitly.
543     - Moved use of glob out of MM_Unix so MacPerl could build
544
545     [[ Test Changes ]]
546     - Shortening directory levels to accomodate old VMS's
547     - was using a slightly wrong prefix for the prefix tests
548
549     [[ Doc Fixes ]]
550     - Documenting VERBINST
551
552 5.90_01 Thu Apr 11 01:11:54 EDT 2002
553     [[ API Changes ]]
554     * Implementation of the new PREFIX logic.
555     * Added new INSTALL targets:
556         INSTALLSITEBIN
557         INSTALLSITEMAN1DIR   INSTALLSITEMAN3DIR 
558         INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR
559         INSTALLVENDORBIN INSTALLVENDORLIB INSTALLVENDORARCH
560         SITEPREFIX VENDORPREFIX
561     * INSTALLDIRS=site now properly using $Config{siteprefixexp}
562       (Thieved from Debian.  Thanks!)
563     * Added INSTALLDIRS=vendor & support for vendor directories
564       (Thieved from Debian.  Thanks!)
565
566     [[ Bug Fixes ]]
567     - nmake syntax nits from Mattia Barbon
568     - ExtUtils::Packlist fix for files with spaces in them from Jan Dubois
569       (bleadperl@15800)
570     - Old, old, old dmake bug in MM_Win32->pm_to_blib fixed by Nick
571       (bleadperl 15847)
572
573     [[ Internals ]]
574     - Purging leftover PDP compiler flags.
575
576 5.55_03 Sat Apr  6 21:57:01 EST 2002
577     - Reversing "fix" for RT 444.  It wasn't really fixed and it
578       caused havoc with Compress::Zlib and Tk.
579
580 5.55_02 Sat Apr  6 03:09:15 EST 2002
581     [[ Bug Fixes ]]
582     - Craig Berry fixed install on VMS (again, I munged the last patch)
583     - MakeMaker might not be recognizing it's in PERL_SRC on Win32.
584       Made safer.
585     - For some reason MM_VMS was using $Config{arch} instead of
586       $Config{archname}
587     - Fix (well, hack) for creating ABSPERL on VMS.
588     - Quieting some warnings revealed by ExtUtils::Constant
589     - test_via_script had a typo and forgot INST_ARCHLIB
590
591     [[ Test Fixes ]]
592     - INST.t has to tell MakeMaker it's in the PERL_CORE
593     - Fixing expected values of INST_* when building the core.
594
595 5.55_01 Thu Apr  4 23:58:06 EST 2002
596     [[ API Changes ]]
597     * Long deprecated INST_EXE completely removed.
598     - Removing TEST_LIBS constant (never seen in a stable MM anyway)
599     - Added $default argument to prefixify() for safer prefixification.
600
601     [[ Bug Fixes ]]
602     - $mm->{PERM_*} were not being set
603     - fixin() redundantly chmod'ing scripts.  Let the Makefile do that.
604     - The above means MM_Unix will now compile cleanly under strict
605     * init_dirscan's search for Makefile.PL's will no longer look
606       inside a distdir.
607     * Fixed running tests when there are t/'s in subdirs.
608     - MM_DOS inheriting from MM_Unix instead of MM_Win32.  DJGPP
609       appears to be unix-like (bleadperl@15650)
610     - Escaping constants with # in them so they're not confused as
611       make comments (bleadperl)
612     * ExtUtils::MM_Win95 didn't return a true value
613     - Fixing disttest when perl is a relative path.
614     * Fixed disttest & tests in subdirs on Win95
615     - Fixed recursive Makefile.PL scan on VMS so it skips the distdir
616     - Fixed a bug when an alternative MAKEFILE is specified and you're
617       using something other than a Makefile.PL (RT 444)
618     - Quieting uninit warning when there are no tests.
619
620     [[ Doc Fixes ]]
621     - Documented INSTALLMAN*DIR == 'none' feature.
622
623     [[ Test Fixes ]]
624     - Paul Green's which_perl patch to build a proper Perl on systems
625       that use command extensions.
626     - basic.t's Makefile.PL PREFIX call wasn't properly quoted for VMS
627       (Craig Berry)
628     - little initialization glitch in MM_Win32.t
629
630     [[ Internals ]]
631     - INST_* constants moved to init_INST
632     - INSTALL* constants moved to inst_INSTALL
633     * Internal warning supression removed.
634     - Temporarily turning off SelfLoader in MM_Unix so warnings
635       have the right line numbers.
636
637 5.54_01 Sat Mar 30 02:32:44 EST 2002
638     [[ New Features ]]
639     * Added FULLPERLRUN and FULLPERLRUNINST
640
641     [[ Bug Fixes ]]
642     - hint files were made a little too noisy in 5.53_01
643
644     [[ Test Fixes ]]
645     - adjusting for NFS time drift
646     - basic.t was finding the wrong perl in the core
647
648     [[ Internals ]]
649     - FULLPERL* PERL* setup moved to init_PERL
650
651 5.53_02 Fri Mar 29 04:47:44 EST 2002
652     - Adjusted for Perl core.  Synced into bleadperl.
653
654 5.53_01 Fri Mar 29 00:13:02 EST 2002
655     [[ Bug Fixes ]]
656     - Removed duplicate NAME macro definition
657     - Fixed makemakerdflt target for VMS
658     * bleadperl@11460 introduced a bug with recursive Makefile.PL's not
659       having '.' in @INC.  PDL should build now.
660     * MANIFEST.SKIP only working on file names, not full relative paths.
661       Only since 5.51_01  (RT 413)
662     * make test TEST_VERBOSE=1 was busted by 5.50_01 (RT 423)
663     * Error messages from dying Makefile.PL's and hint files were
664       accidentally supressed in 5.48_04.  Fixed.
665     * Makefile.PL's are supposed to be run in package main.  5.48_04
666       broke this.  Fixed.
667     * Fixing installing on VMS.
668
669 5.52_01 Tue Mar 26 00:24:26 EST 2002
670     [[ Bug Fixes ]]
671     * ActivePerl 5.6.1/build 631 now 100%
672     - Fixed some SelfLoader warnings
673     * ExtUtils::MM_Win32 not subclassed off of ExtUtils::MM_Any properly
674     - Bug in local $ENV{FOO} was causing failures in MM_Win32 tests.
675       Compensating for the bug.
676     - $Config{prefixexp} is sometimes bad on ActivePerl, compensating
677     - Accidentally left htmlifypods tests in MM_Win32 tests
678
679     [[ Doc Changes ]]
680     - Expanding Known Good list
681     - Adding Known Programs to README
682
683 5.51_01 Mon Mar 18 01:37:02 EST 2002
684     [[ API Changes ]]
685     - Removing xsubpp and typemap from the distribution.  These are not
686       Perl version independent files and should not be upgraded.
687     - Removing ExtUtils::Embed.  Version specific module and should
688       not be updated.
689     - Removing ExtUtils::Constant.  Not directly tied to MakeMaker.
690       Will be distributed seperately by Nick Clark.
691
692     [[ New Features ]]
693     * realclean now deletes 'dist' directory.
694
695     [[ Bug Fixes ]]
696     * Fixing ExtUtils::Installed for VMS
697     * Fixed it so MakeMaker can build itself without needing an eariler
698       version installed
699     * Fixed ExtUtils::Installed so packlists work on VMS
700     * ExtUtils::MM_VMS test had a stupid typo that prevented most
701       of the tests from running.
702     - Fixing VMS so 'mmk' is always 'mmk all' (bleadperl 15218)
703     - ExtUtils::MM_Any->catfile was calling catdir
704     - Added Ken William's "speed up ExtUtils::Manifest" patch.
705     - Added Nick Clark's return value of manifest routines patch
706       (bleadperl@14978)
707     - Merging in bleadperl changes (14438, 14453, 14611, 14612, 14622,
708       14655, 14677, 14688, 14902, 15023, 15187, 15367)
709     - bleadperl change 15325 (VMS 'mmk all' hack) rejected.
710     - ExtUtils::MM_Any->test_via_harness() now using -MExtUtils::testlib
711       instead of -I's.  This keeps the command line shorter on VMS, but
712       it means TEST_LIB doesn't work anymore.  May prove problematic.
713     - PERLRUN now uses FULLPERL instead of PERL.  This avoids 
714       accidental use of miniperl.  May cause problems in the core.
715     - Fixed test_via_harness() on VMS so it uses PERLRUN.
716     - ExtUtils::Manifest wrongly handling MANIFEST on VMS.
717     - ExtUtils::Manifest::maniskip broken due to misuse of /o on a regex.
718
719 5.50_01 Mon Mar  4 23:44:48 EST 2002
720     [[ API Changes ]]
721     - htmlifypods and all HTML targets have been removed.  It didn't
722       work properly.  A target for HTMLifying of docs will be
723       added sometime in the future (read: send a patch).
724     - Deprecated ROOTEXT variable removed (its been deprecated for
725       more than five years).
726     - Removed ExtUtils::Miniperl from the CPAN distribution.  Can't
727       see how its useful outside the core.
728
729     [[ New Features ]]
730     * Emacs backup files (ie. *~) are no longer copied into blib
731       (this means you won't get Foo.pm~ accidentally installed anymore).
732     - prefixify() now returns if the prefixification worked or not.
733     - added the Perl patchlevel info to the description embedded in DLLs
734       (Ilya Zakharevich perl change 14810)
735
736     [[ Bug Fixes ]]
737     * 5.49_01 broke anything that depended on the MM class to be loaded
738       with ExtUtils::MakeMaker, like CPAN.  Temporarily fixed.
739     * Many places wrongfully assume MM methods can be called as class
740       methods!  Inside and outside of MakeMaker.
741     * DOS now acts like Win32 instead of Unix.  This should be less wrong.
742     - Netware tweak from Ananth Kesari (perl change 14780)
743
744     [[ Doc Changes ]]
745     * made the docs about the behavior of PREFIX a bit more vague
746       reflecting its odd behavior.    
747     - Replaced references to %Config with things people are more likely
748       to understand in PREFIX & LIB docs.
749     - Put PREFIX before LIB in the docs.
750
751     [[ Internal Refactorings ]]
752     - File::Spec wrappers consolidated in MM_Any
753     - test_via_harness/script consolidated in MM_Any
754     * Added ExtUtils::Command::MM to replace large -e "one-liners"
755     * Added ExtUtils::MM_UWIN, took UWIN specific code out of MM_Unix.
756     * Added ExtUtils::MM_DOS, took some DOS specific code out of MM_Unix
757     - Added a dist() override to MM_OS2.
758     - Took the OS/2 specific code out of MM_Unix's dist()
759     - Starting to quote as many command line switches as possible
760       to make VMS have to override less of MM_Unix.
761
762 5.49_01 Mon Feb  4 00:42:40 EST 2002
763     - Default TEST_LIBS now contains absolute paths, so tests can
764       chdir without breaking @INC.
765     - Some bug fixes in MM_Win32 were missing in MM_NW5.
766     - LLIBPERL was not being set.
767     - Gisle Aas fixed a warning in prompt when the user hits ctrl-D
768       or pipes STDIN to /dev/null.
769     - VMS's test is now a proper ->can check.
770     - Stray newline in Command.t causing havoc (bleadperl 14441)
771
772     * Lots of internal changes.  Everything from here on is an internal
773       change.
774     - Broke ExtUtils::Liblist::Kid out into its own .pm.  Temporary.
775     - Broke MM and MY out into their own .pm's.  Possibly temporary.
776     - Broke ExtUtils::MM_Win95 out of ExtUtils::MM_Win32.  MM_Win95
777       is now an MM_Win32 subclass.
778     - Removed wrapper methods from ExtUtils::Liblist that were
779       defering File::Spec loading.  Almost everything uses File::Spec
780     - Changed most of the 'our's to 'use vars' in prep for 5.005_03
781       backporting
782     - Changed ExtUtils::MakeMaker->import(...) cargo-cultery in MM_* 
783       modules to proper "use ExtUtils::MakeMaker qw(...)"
784     - All non-Unix MM_* modules now directly inherit from MM_Unix.
785       They did this before, but in a round-about way.
786     - MM_* modules no longer directly muck with @MM::ISA.  Instead
787       @MM::ISA does that itself.
788     - Removed unnecessary require of Exporter in many MM_* modules.
789     - MM_Cygwin was using an MM_Unix function directly without have
790       explicitly required MM_Unix.
791     - Most of MM_NW5 was redundant with MM_Win32.  So MM_NW5 is now
792       a subclass of Win32 and the reduendant code has been deleted.
793     - Replaced lots of calls to File::Spec->updir, curdir and rootdir
794       with a global in MM_Unix.  Should make things a bit faster.
795     - Untabified ExtUtils::MakeMaker.  I hate tabs.
796     - "Which MM subclass should I use" logic moved from EU::MakeMaker
797       to EU::MM.
798     - Deprecated EU::MakeMaker::Version_check deleted.
799
800 5.48_04 Mon Jan 21 19:28:38 EST 2002
801     - No longer requiring Test::More
802     - Now tested to work with a clean 5.6.1
803     - Stripped out $Revision based $VERSIONs.
804     - Rolled in patches from p5p, vmsperl & VOS (14325, 14338, 14360, 14364)
805     * hint files now run in a safer context.  Only $self is available.
806     - ExtUtils::testlib now provides absolute paths into @INC.
807       No longer obsolete
808     - Little test fixes
809
810 5.48_03 Thu Jan 17 23:44:38 EST 2002
811     * moved bin/inst to bin/instmodsh
812     * Some Win32 backporting fixes.  The -x switch doesn't seem to
813       work on Win32/5.6.1.
814     * Bug on Win32.  MAKEMAKER variable not set properly.
815     * _02 broke hints files.  Now fixed.
816     - Minor prereq error formatting glitch
817     - ExtUtils::testlib no longer a thin wrapper around blib, now a 
818       thin wrapper around lib like it was.  blib is noisy on 5.6.1.
819     - Nick and chromatic found and fixed some warnings in the tests
820
821 5.48_02 Wed Jan 16 19:11:26 EST 2002
822     - Fixed some Win32 warnings.  Needs more work.
823
824 5.48_01 Wed Jan 16 15:10:28 EST 2002
825     * Adapted from bleadperl@14303
826     * Backported to 5.6.1
827     - inst and xsubpp moved out of lib/ and into bin/
828     - ExtUtils::testlib obsoleted.  Now a thin wrapper around blib.pm
829     ***--> Non-Unix platforms not tested at all!  Please test and report
830            back.  Tests probably only need minor fixes.
831