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