13db94cfc66e972f0e64372ae8e3f2b1931b7bf6
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Changes
1 6.27  Mon Apr  4 16:36:14 PDT 2005
2     * Added _darcs to the list of revision control administrative 
3       directories skipped both in libscan and in MANIFEST.SKIP.
4
5 6.26_01 Mon Mar 28 21:34:39 PST 2005
6     * PL_FILES was broken in the last release.  The .PL files were not being
7       passed the file they were to generate.
8     * How PL_FILES runs the programs and what it does with the value is 
9       now documented.
10     * The default behavior of PL_FILES is now documented.
11
12 6.26  Mon Mar 21 20:36:22 PST 2005
13
14 6.25_12 Fri Mar 18 16:15:35 PST 2005
15     - Use the generic dmake search.cpan.org URL in the README so the newest
16       version is found.
17     - Fixed pm_to_blib trouble on VMS introduced in 6.25_10.
18
19 6.25_11 Tue Mar 15 02:00:20 PST 2005
20     - Fixed minor parent class dependency loop in ExtUtils::MM_Any.
21     - Fixed a circular dependency on processed PL files introduced as part
22       of RT 6460 in 6.25_02.
23
24 6.25_10 Sun Mar 13 16:14:04 PST 2005
25     - pm_to_blib.ts is gone, back to pm_to_blib (except on VMS).  I 
26       couldn't make it work and still retain backwards compatibility.
27       This fixes the recompilation problems that plagued _09 and various
28       previous alpha releases.
29
30 6.25_09  Sat Mar 12 10:10:34 PST 2005
31     - Stubbing out PASTHRU on VMS.  $(MMSQUALIFIERS) should do the equivalent
32       and better.
33     - Added test to check for the existence of a compiler so XS tests are
34       now possible.
35
36 6.25_08  Tue Feb  8 09:04:36 EST 2005
37     - Fixing xsubpp on VMS.  Had a foo/bar path in it.
38     - Turning XSUBPP into a runable command by the addition of PERLRUN
39       made it unusable as a dependency.  Added XSUBPPRUN for that and left
40       XSUBPP alone.
41     - Removed DESTDIR from PASTHRU as install is not recursive and it can
42       make commands too long on VMS.
43     - Older versions of MMS cannot handle directory targets at all.  Using
44       .exists files everywhere.
45     - Restore missing *.Opt clean on VMS.
46     - Fix .exists files accidentally getting caught in static builds.
47     - Older versions of MMS cannot handle directory targets at all.
48     - Add Interix support (bleadperl@33892)
49     - distsign target changed to distsignature to avoid clash with
50       Module::Install
51
52 6.25_07  Fri Dec 31 03:47:20 EST 2004
53     - perllocal on VMS was inserting executables twice.
54     - No longer using $(IGNORE) macro.  Turns out MMS/K was not honoring
55       it.  Using "-$(NOECHO) command" which seems to make everybody happy.
56     - Executables with no extension weren't getting installed on VMS due to 
57       a bug in rename().  Broken sometime in this series of alphas.
58
59 6.25_06  Sun Dec 26 17:21:37 EST 2004
60     - Forgot to define BOOTDEP macro.
61     - .exists files are back.  Directories cannot be used directly as 
62       targets as their mod time changes too frequently.
63     * Added INSTALLBASE as an alternative to PREFIX but haven't documented
64       it yet.  I'll do that next release.
65
66 6.25_05  Wed Dec 22 07:59:02 EST 2004
67     - One of the 6.25 alphas broke BSD make.  It doesn't like "- @ command".
68       Fixed by adding an $(IGNORE) macro.
69     - 6.25 alphas caused a Makefile to be added to the dist.  Fixed.
70     - The new cd() code needed to be dependent on dmake or nmake for
71       Windows.  Not Win9x vs WinNT/XP.
72
73 6.25_04  Tue Dec 21 00:53:06 EST 2004
74     - 6.25_03 was always rebuilding XS modules.
75
76 6.25_03  Mon Dec 20 23:04:22 EST 2004
77     - dir_target() is back.  Now each directory to be created has its own 
78       target like before, but no more .exists or blibdirs.ts files.  This
79       ensures that each blib directory is created as necessary and fixes
80       things like SVN's perl bindings.
81
82 6.25_02  Mon Dec 20 03:31:49 EST 2004
83     - Set PM_FILTER as late as possible so it can see all the earlier
84       macro definitions.  Necessary for challenged make implementations
85       like nmake.  Should fix Mail::SpamAssassin installs on Win32.
86       [rt.cpan.org 4545]
87     - clean and realclean are now more careful about accidentally deleting
88       directories instead of files.  [rt.cpan.org 6851]
89     - small fix for parallel builds, make sure pm_to_blib has run before
90       we try to use stuff in blib. [rt.cpan.org 6460]
91     - MAKEFILE=foo appears to have been broken for recursive builds and
92       several other things.  I think this was broken by 6.18.
93
94 6.25_01  Fri Dec 17 21:29:04 EST 2004
95     * *.bak added to the default MANIFEST.SKIP.
96     * META.yml will no longer be generated in the build directory.  It will
97       only appear in the distdir.  This should make it easier on developers,
98       they don't have to worry about checking the file in all the time.
99     * Similarly, the SIGNATURE file will not be updated in the build 
100       directory.  It will only be generated in the distdir.
101     - A bunch of redundant Win9x and VMS code removed.
102     - 'make test' on Windows no longer pre-expands its list of test files.
103       This caused problems on large distributions like bioperl.  Thanks to
104       Tim Bunce for suggesting the obvious fix.
105
106 6.25  Wed Dec 15 06:59:46 EST 2004
107     - Build.PL was being considered like Module_pm.PL.  Build.PL is now 
108       ignored.  [radek@karnet.pl] [rt.cpan.org 8809]
109     - Devel::Cover cover_db/ directory now ignored by MANIFEST.SKIP
110
111 6.24_01 Thu Dec  9 00:44:48 EST 2004
112     - Docs encouraged possibly insecure use of /tmp [CAN-2004-0976 via Debian]
113     - Remove empty rpath from .so files [bleadperl@23183]
114     - At long last the core man page title has its apostrophe.
115     - BeOS tests fixed [Ingo Weinhold] [perlbug #32717]
116     - Putting a pm_to_blib target back (alias of pm_to_blib.ts) in case
117       anyone was depending on it being there (mod_perl was).
118
119 6.24 Tue Nov 30 15:35:13 EST 2004
120     - dir_target() was accidentally named dir_targets() causing problems
121       installing some Tk modules.
122
123 6.23 Fri Nov 26 16:01:50 EST 2004
124     - MM_MacOS lost its $VERSION causing some CPAN indexing problems.  Enough
125       people noticed this to warrant a quick release.
126
127 6.22 Tue Nov 23 22:22:22 EST 2004
128     - Minor glitch in Command.t test on Win32 [thanks Steve Hay]
129     * Fixed MANIFEST.SKIP so it avoids all the new *.ts files.
130     - Don't spuriously define pasthru arguments
131
132 6.21_03 Sat Apr 3 2004
133     - pm_to_blib and blibdirs stamp files now pm_to_blib.ts and blibdirs.ts
134       everywhere because some filesystems insist you have a dot in the 
135       filename.  This eliminates a bunch of special case code.
136     - Minor potential glitch in the version check logic.
137     - Making Makefile rebuild logic more resistant to inconsequential
138       errors when cleaning up things that are going to be rebuilt anyway.
139     - Adding SCCS to the list of directories in MANIFEST.SKIP.
140     * Fixing blibdirs so it doesn't rebuild every make run.
141     * Using a more conservative MAX_EXEC_LEN for Win98 to allow building
142       large modules like Encode. [Greg Matheson]
143     * test target mangled by dmake.  Doesn't seem to like q{}.
144       [Greg Matheson]
145     - instmodsh now using Archive::Tar to create archives if available.
146       [Slaven Rezic]
147     - instmodsh now using more portable tar flags to create archives.
148       [Slaven Rezic]
149     - Added FAQ entry for "How do I use a module without installing it?"
150       and "How do I keep from installing man pages?" [Joe Cromie]
151     - Fixed finding the default MANIFEST.SKIP if its on a different volume
152       [Ilya Zakharevich]
153     - When building Perl, we had a chance of picking up the old installed
154       xsubpp from @INC [Andreas Koenig]
155     - makeaperl() now a bit more intellegent about ignoring perl libraries
156       not called libperl.  [Ilya Zakharevich bleadperl@22032]
157     * MacOS Classic (MacPerl) is no longer supported.  Please use
158       Module::Build instead.
159     * Restored pm_to_blib.ts so pm_to_blib generation will be quiessent on
160       VMS. [rt 4675]
161     - For simplicity, dir_target() is now a no-op.  Should not effect any
162       existing uses.
163     - Converted utility commands from using $(PERLRUN) to $(ABSPERLRUN).
164       This allows distclean to work with SDBM_File. [rt 5616]
165     - realclean was using "rm -f" instead of "rm -rf" meaning directories
166       wouldn't be properly cleaned.  Caused by bleadperl@7952. [rt 5208]
167     - fixpath() could undo wraplist() on VMS [rt 4955]
168     - ensure ExtUtils::Command::rm_f deletes all versions of a file on VMS
169       [rt 4687]
170     - hint.t generating improperly named hint files on OS's where $^O
171       contains a '.'.  They should be converted to underscores.  Test
172       mistake, not a bug.  [rt 5365]
173     - Fixed ExtUtils::Command::chmod() so it will work on directories on
174       VMS. [rt 4676]
175     - parse_version.t was using no_plan causing trouble on older T::Hs.
176       [rt 5633]
177
178 6.21 Tue Nov 11 00:12:56 PST 2003
179     - NetBSD was looking in INSTALLARCHLIB/CORE for libperl instead of 
180       PERL_ARCHLIB/CORE.  Would cause problems if INSTALLARCHLIB was changed
181       (ie. LIB or PREFIX used). [Jochen Eisinger]
182     - Turns out a handful of modules use dir_target().  Restored a version
183       for backwards compatibility.
184     - Moved blibdirs target from top_targets() to its own section.  Lots of
185       modules rewrite top_targets() so blibdirs wouldn't be written.
186
187 6.20 Thu Nov  6 02:25:58 PST 2003
188     - Fixing dos2unix on Cygwin.  In-place editing doesn't work 100% so we
189       take a more conservative approach.
190     - Small postamble.t test temp file cleanup fix for Cygwin and Windows.
191     - Small Command.t test fix for 5.5.3.  No real bug [rt 4290]
192     - Small Liblist fix for Cygwin and import libraries [Gerrit P. Haase]
193     - metafile error message slightly mangled.  Bare $! mistake confusing 
194       nmake [rt 4285 4301]
195
196 6.19 Mon Nov  3 22:53:56 PST 2003
197     - Removed 00setup_dummy.t and zz_cleanup_dummy.t.  Tests now setup and
198       teardown the dummy modules as needed.
199     - Little test glitch on systems without $Config{usevendorprefix} set
200     - INSTALL(SITE|VENDOR)MAN*DIR now fall back to $(INSTALLMAN*DIR)
201       instead of copying its value.  This lets "perl Makefile.PL 
202       INSTALLMAN1DIR=/some/man/man1" work like expected.
203
204 6.18 Mon Nov  3 20:09:51 PST 2003
205     - parse_version() was blowing over $_ (Ilya Zakharevich)
206     - 5.6.2 has the same Cygwin shared lib name fix as 5.7.0. (Gerrit Haase)
207     * When $Config{install(site|vendor)man*dir} aren't set it will now
208       fall back to $Config{installman*dir}.  Similar for 
209       $Config{install(site|vendor)bin}.  This preserves behavior for older
210       Perls.
211     * Eliminated the dependency on perl.h for pure-perl builds.
212     * Eliminated .exists files.  Added blibdirs target using MKPATH instead.
213     - Removed now unused dir_target() method.
214     - Added a little documentation to instmodsh.
215     * Made sure PREFIX always has something in it.  Module authors like to use
216       it when extending MakeMaker.  Currently using one of 
217       PERL/SITE/VENDORPREFIX based on the value of INSTALLDIRS.
218     * Added SIGN to generate module signatures with cpansign (Autrijus Tang)
219     - Slight tweaks to MAKEFILE_OLD and MAKE_APERL_FILE restoring a mistake
220       made around 6.06 to fix static builds on OS/2
221     - Added ExtUtils::Command::dos2unix()
222     * manicopy() would make the copied files read-only if 'cp' was used.
223     * Fixed prereq check for modules which are also keywords like if.pm and
224       open.pm (Autrijus Tang)
225     - Made ExtUtils::Command mv and cp return whether or not they succeeded.
226     * metafile_addtomanifest now mentions what its doing.
227     * metafile will not die if it can't write to META.yml, just emit a 
228       warning.  This lets 'make dist' continue with a read-only META.yml
229     - Small fix to identify UWIN on NT (Randy Sims)
230     * metafile will not touch the META.yml if it does not need to be changed
231       (Thanks to Tim Bunce for this idea)
232     * Fixed 'make uninstall' which looks like its been broken since last
233       November and nobody noticed.
234     - Fixing minor bug in VMS prefixification logic when PREFIX was not set
235       by the user.
236     - Fixing potential bug in prefixification for relative directories
237     * Documented UNINST=1
238
239 6.17 Sun Sep 14 20:52:45 PDT 2003
240     - Fixing LD so it can be set properly on Win32. (Orton Yves)
241     * Fixing the init_PERL() "tack $Config{exe_ext} onto $^X" logic so 
242       it works on VMS allowing $^X to be found.
243     * Fixing make install UNINST=1 on Windows so it can search PERL5LIB
244       (Orton Yves)
245     - Fixing "could not open MANIFEST" test for OS/2 (and probably others) 
246       where a read-only file cannot be deleted.
247     - Hacking around the fact that when built for debugging, VMS creates
248       ndbgperl.exe.
249     - Eliminating the never implemented "help" argument.
250
251 6.16 Mon Aug 18 01:39:51 PDT 2003
252     * Fixing the max exec length for Windows to account for old
253       versions of nmake (the one you can download for free from MS).
254     - Hack to normalize //foo//bar paths in ExtUtils::Installed.
255       [Sreeji K Das]
256     * Adding Module::Build utility files to MANIFEST.SKIP
257     - PREREQ_PRINT is supposed to exit after dumping. (Wolfgang Friebel
258       bleadperl@20530)
259     - maniadd() was trying to open the MANIFEST even if it didn't need to
260       causing unnecessary errors for read-only MANIFESTs (rt.cpan.org 3180)
261
262 6.15 Sun Aug  3 16:41:05 PDT 2003
263     - Make FIXIN on Win32 use the new pl2bat rather than an already
264       installed one when building the core (Mattia Barbon)
265
266 6.14 Sun Aug  3 16:23:27 PDT 2003
267     - Adding a reference to the Module::Build META.yml spec in the META.yml
268       itself and the metafile documentation.
269     - Removed Begin/End comments from manifypods that were getting in the
270       way of users adding code to the manifypods target.
271     - Putting a POD2MAN macro back as an alias to POD2MAN_EXE and using
272       it instead of POD2MAN.  This allows people to generate their own man 
273       installation targets in a backwards compatible way.
274     * Adding reference to the Module::Build META file spec in the docs.
275
276 6.13 Thu Jul 31 16:48:01 PDT 2003
277     - Generated META.yml now has the prereqs in sorted order (Andy Lester)
278     - Arguments to child Makefile.PLs were still having .. prepended.  This
279       was exposed by the earlier fix of rt.perl.org 4345.
280     - extralibs.ld (for static builds) wasn't being cleaned up.
281
282 6.12 Tue Jul 29 22:19:38 PDT 2003
283     - Should any of your prefixes be /, MakeMaker might lose this and
284       prepend your prefix as "prefixyour/directory" rather than
285       "prefix/your/directory" (Ed Moy bleadperl 20283)
286     - Reversing "realclean was duplicating work already done by clean"
287       (CVS 1.124 MM_Unix.pm).  Turns out it wasn't a duplication and this
288       was causing INST_* files to be left behind if your INST_LIB wasn't
289       blib/* as in the perl core.  realclean now removes the files copied
290       to INST_*.
291     - Eliminating xsubpp_version().  No longer relevant.  It was checking
292       for a feature added to xsubpp before 5.003_07 and doing it in a
293       really bizarre way.
294
295 6.11 Thu Jul 24 01:24:37 PDT 2003
296     - Small grammatical doc touch up by Sean Burke
297     - Making basic.t clean up better after itself so it can be run
298       twice without setting up and cleaning up Big-Dummy again.
299     * Noting where to find make in the README
300     * Noting that MakeMaker does not produce a GNU make compatible Makefile
301       on Windows.
302
303 6.10_08 Mon Jul 21 18:17:06 PDT 2003
304     * $Config{installvendorman*dir} was being ignored and our default
305       always used. [rt.cpan.org #2949]
306     * Setting NORECURS to true was still resulting in a Makefile which
307       tried to recurse into subdirectories which contained a Makefile.PL
308       (it simply wouldn't have run them to generate Makefile's).
309       This appears to be a rather old bug.
310       [rt.cpan.org #2951]
311     * [rt.perl.org #4345] Arguments passed to WriteMakefile() would get
312       stopped upon by $self->{PARENT} in recursive builds in the process
313       of prepending a .. onto it.
314     - Command.t now using its own temp directory when testing 
315       expand_wildcards() so no stray files confuse it.
316     * No longer warning about 'postamble' attribute.
317     - Added installvars() to list INSTALL* variables so we don't keep
318       repeating the list all over the code.
319     - Added init_DEST() to create DESTINSTALL* variables for installing
320       with DESTDIR set.
321     * DESTDIR + PREFIX now does not duplicate DESTDIR.  [Redhat #91892
322       and part of rt.cpan.org #2954]
323     * DESTDIR is now not directly prepended to the INSTALL* variables.
324       installation targets now use DESTINSTALL* instead.  This prevents
325       the DESTDIR from showing up in places it shouldn't like perllocal.pod.
326       DESTDIR is still appearing in .packlist (bug). [rt.cpan.org #2954]
327     - MM_VMS->prefixify() wasn't honoring the %Config_Override causing
328       some MakeMaker generated config variables to be ignored.
329     - MM_VMS->prefixify() was only VMSifying part of its filepaths causing 
330       internal comparisions to get confused and think it had to prefixify 
331       when it didn't.
332
333 6.10_07 Sat Jul  5 16:12:52 PDT 2003
334     * Fixing location of perllocal.pod so its always in INSTALLARCHLIB
335       instead of one for each perl, site and vendor.
336     - Sun's make treats escaped newlines oddly.  Switching oneliner() back
337       to using multiple -e's.
338     * Bug in libscan() meant that any .pm containing RCS or CVS or SCCS
339       in its name (for example, RCS.pm) would be skipped.
340     - Command.t was getting confused in the core because it was reading
341       files from the core t/ directory, not MakeMaker's t/ directry.
342     - MM_OS2 PERL_ARCHIVE_AFTER test wrong for a.out systems (Ilya)
343     - Fixing perllocal.pod and XS installation on VMS.  An extraneous
344       newline was introduced when changing the install macros over to
345       $(ECHO).
346     - Added $(ECHO_N) macro to emulate 'echo -n'
347
348 6.10_06 Sat Jun  7 00:55:29 PDT 2003
349     - Whoops, Liblist.t busted on VMS after I turned strict on in
350       ExtUtils::Liblist::Kid.  Merely a test bug, not a real bug.
351     - Fixed metafile_addtomanifest failure so the proper error shows.
352     - Fixed metafile_addtomanifest failure diagnostic leaking out during
353       the basic.t test on Windows.
354
355 6.10_05 Fri Jun  6 18:15:30 PDT 2003
356     * Documenting META.yml, NO_META
357     * Documenting the fact that distdir will auto generate META.yml and 
358       alter your manifest.
359     * Adding META.yml autogeneration to the FAQ
360     - Recognizing comments with leading whitespace in MANIFESTs better.
361     - Small ExtUtils::Liblist::Kid problem on VMS (Craig Berry)
362     * Fixed "make install UNINST=1".  Appears to have been broken somewhere
363       around 6.06_01.
364     - Documented the fourth argument to ExtUtils::Install::install()
365     - install() will now honor a PERL5LIB change between ExtUtils::Install
366       loading and install() running when uninstalling shadows.
367     - META.yml generation deals gracefully when the MANIFEST is read-only
368       (Slaven rt.cpan.org 2723)
369     - Fixing tests on limited dir depth VMS systems by moving the 
370       dummy-install dir one level up (Craig Berry rt.cpan.org 2747)
371
372 6.10_04 Fri May 23 01:13:04 PDT 2003
373     - Working around BSD threaading bug in version check. [from bleadperl]
374     - Added the Makefile to the dist dependencies. (Slaven Rezic)
375     - Reversing the find_perl() version check failure warning introced in
376       6.10_03.  Too talkative, warned when nothing was wrong.
377     * Fixing META.yml auto-addition when there's no newline at the end 
378       of the MANIFEST [rt.cpan.org 2444]
379     * Making it a bit more obvious in the MANIFEST where META.yml comes from.
380     - Fixed $_ clobbering in ExtUtils::Manifest functions.
381     - [rt.cpan.org 2591] some LD_RUN_PATH thing (Marek Rouchal)
382     - Added core.\d+ files to 'make clean' [rt.cpan.org 2543] (Slaven Rezic)
383     - INST_* targets were expanded too early (Stas Bekman)
384     - Adding ExtUtils::MakeMaker::bytes (bytes.pm backwards compat wrapper)
385     - Fixing MM_MacOS so it will compile on 5.5.x machines (use bytes wrapper)
386     * Reducing perldepend set of CORE/*.h dependencies to what 5.5.3 has.
387       5.5.3 should be able to compile XS again.
388     * Eliminating fakethr.h and perlsfio.h from VMS's perldepend as they
389       sometimes don't get installed.
390     - ExtUtils::Install was making a few directories even with the
391       "don't really do it" switch on (Slaven Rezic)
392     * can build static linked perl binaries again.  Probably damaged in
393       6.06_01 when $self->{MAKEFILE} became FIRST_MAKEFILE. (Nick Clark)
394
395 6.10_03 Fri Apr 11 00:21:25 PDT 2003
396     * Added NO_META WriteMakefile() option to suppress generation of
397       META.yml. (Spoon, rt.cpan.org 2359)
398     - Spurious linebreak in uninstall_from_sitedirs on VMS (Craig Berry)
399     * A bit after 6.05 man page names would come out as lib::Foo::Bar
400       if the module name didn't contain a ::.  Found with podulators.
401       Fixed.
402     * Skipping installation of RCS ,v files.
403     * 'make ci' was busted between 6.05 and 6.06_01.  Fixed. (Andreas)
404     - 'make test' was broken when there's no tests.  Introduced in 6.06_03.
405       (Stas Bekman)
406     - Solving some directory depth problems in tests on oldish VMS systems.
407       (Craig Berry)
408     - Fixing MM_MacOS so it compiles on UTF-8 systems. (Jarkko)
409     - Making find_perl() more talkative when the version check fails
410       miserably.
411     - Fixing PERL_ARCHIVE on VMS so XS can compile again (Craig Berry)
412
413 6.10_02 Mon Apr  7 00:57:15 PDT 2003
414     * Removed 2>&1 experiment introduced in 6.10_01 for all non-Unixen
415       except for OS/2.  Thought Perl might emulate `... 2>&1`.  It doesn't.
416       Just on OS/2.
417
418 6.10_01 Sun Apr  6 19:31:42 PDT 2003
419     - Making install "Skip ... (unchanged)" message happen consistently
420     - Checking file sizes as well as modification times when deciding
421       to skip installing a file.
422     - OS/2 was using $(RM) instead of $(RM_F) (Ilya)
423     - OS/2 needs .dll removed on failed build (Ilya)
424     - fixin() was assuming that rename() can overwrite the target (Ilya)
425     - manifypods target was empty if there are no pods to manify.  Put in
426       at least $(NOECHO) $(NOOP)
427     - Cygwin test to check for finding pod2man when building the perl core
428       removed.  No longer relevent.
429     - Small fixes for dmake (Mattia Barbon)
430     * Added "Reporting bugs" section to the PATCHING doc.
431     - Minor bug in compile test missed ExtUtils::Liblist::Kid
432     - Removing $(VERSION_FROM) from Makefile dependency.  It was too
433       annoying to rebuild the Makefile every time the module changed.
434       Mentioned it in the FAQ instead.
435     - Fixing PERL_ARCHIVE macro on VMS.  Apparently it never appeared
436       properly before. (Craig Berry)
437     - Fixing ECHO on dmake.
438     - Adding os_flavor() and os_flavor_is()
439     - Making basic.t error output combine STDOUT & STDERR for easier 
440       reading.
441     * ExtUtils::Manifest will now work case insensitively.
442     - Fixed 'subroutine redefined' warnings in 00compile.t
443     - Fixed it so typemaps are only looked for in the perl core library.
444     * Hacking around VMS filesystem problems reconstructing package names
445       from filenames in ExtUtils::Installed.  (Jesper Naur)
446
447 # There was no 6.06, I jumped straight to 6.10_XX because there's been
448 # so much change between 6.05 and now.
449
450 6.06_05 Mon Mar 31 02:44:11 PST 2003
451     - Syncing into bleadperl.  Minor nits revealed...
452     - AutoSplit open filehandle bug was fixed in bleadperl.  Averted a
453       warning because of this.
454     - hint files were only being loaded if . happened to be in @INC.
455       A bug/feature of File::Spec was stripping off the current dir from
456       the front of hintfile paths causing Perl to look for them in @INC.
457       Worked around.
458     - Now checking $! for errors if a hint file returns undef
459     - compile test was testing all of perl!  Scaling back to just ExtUtils/
460
461 6.06_04 Sun Mar 30 20:34:39 PST 2003
462     - Now looking for ExtUtils::xsubpp through @INC rather than just
463       the perl core directories.  This helps ExtUtils::ParseXS.
464     - Systems which don't put their libraries under their $Config{prefix}
465       (OS X, Debian) weren't putting their libraries in the spot declared
466       in Config.  It was going under $Config{prefix}.
467     - Prerequisites check now deals better with X.Y_Z style alpha versions
468     - ExtUtils::Liblist->ext() was using $Config{perllibs} which is a 5.6.1
469       thing.  Falling back to $Config{libs} if perllibs isn't there.
470     - ExtUtils::Command::MM now reads from @ARGV if called with no
471       args.  Makes the one liner a bit simpler.
472     * Restored ExtUtils::Liblist::ext() for backwards compatibility.
473       Missing since 5.6.1.
474     - Switching to relative dirs for self-building to shorten
475       command line lengths.
476     - Fixing minor test warning on VMS when compiling ExtUtils::Manifest
477     - Skipping STDIN read prompt() tests on 5.5.3.  Can't test due to
478       eof() not honor tied handles.
479     - Config.pm on 5.5.3 doesn't have any concept of vendor*.  This was
480       causing warnings when generating the Makefile.
481
482 6.06_03 Sat Mar 29 19:44:53 PST 2003
483     - Added AUTHOR and ABSTRACT_FROM info for ppd generation.
484     - Added echo() method to portably echo text to a file.
485     - Worked around 5.8.0 eval 'require Foo::Bar' bug causing MakeMaker
486       to think modules weren't installed.
487     - Modernized VMS doc_*_install targets
488     - Changed some $(PERL) -e "print ..." code to use $(ECHO).
489     - Replaced uses of Delete/NoLog/NoConfirm with $(RM_F) in MM_VMS
490     - Fixed some duplicate macros making MMS happy.
491     - Fixed $ExtUtils::MM_VMS::Revision.  It was just the $VERSION before.
492     - Fixed ExtUtils::Command::MM::perllocal_install(), uninstall(),
493       warn_if_old_packlist().
494     * Pulling File::Spec::VMS::fixpath() and eliminate_macros() into MM_VMS
495       as the new cannonical location.  They never should have been in F::S
496       in the first place.
497     * ExtUtils::Command::eqtime() would truncate the file being equalized!
498       Holdover from exclusive .exists usage.
499     - Cleaned up hard coded 'echo' and '@' to $(ECHO) and $(NOECHO)
500     - $(SAY) is now $(ECHO) on VMS
501     - Moved rogue initializations from tools_other() to init_others()
502     - Normalized MM_VMS's tools_other() to mostly use its superclass.
503     - split_command() was off-by-one when calculating max command line
504       lengths causing it to run over on VMS
505     - made split_command() a bit smarter, taking into account some macro
506       expansion
507     - Fixed initialization of OBJECT, DISTNAME and LDFROM on VMS
508     - Fixed *_install target uses of File::Spec.
509     - Added ExtUtils::MakeMaker::vmsish wrapper around vmsish so MM_VMS
510       can be compiled on non-VMS machines.  For testing.
511     * Added ExtUtils::MakeMaker::Tutorial about writing modules with
512       MakeMaker.
513     - Removed "always use h2xs" dogma.
514     - Added compile & POD test
515     * 'make distdir' now generates META.yml module meta-data file.
516       Proof of concept.  Have to syncronize with Module::Build.
517     * Added maniadd() to ExtUtils::Manifest to add entries to the MANIFEST
518     * ExtUtils::Command::chmod was not interpreting file permissions as
519       octal.  Also, docs & tests slightly wrong (thanks Stas Bekman).
520     - ExtUtils::Install was hard coding blib/lib and blib/arch, unportable
521       [perl #21526]
522
523 6.06_02 Mon Dec 23 20:39:57 PST 2002
524     * Lots of Win32 fixes busted between 6.05 and 6.06_01.  
525     * split_command() tests still not happy on Win32.  Problems with
526       shell vs Makefile escaping makes testing difficult.
527     * VMS still broken.  Need to convert File::Spec method calls back to
528       object method calls so the weird FS::VMS->eliminate_macros() and 
529       fixpath() work again.
530
531 6.06_01 Thu Dec 19 00:14:49 PST 2002
532     - Andreas found that when building the core it is desirable for
533       MakeMaker to use a relative path to perl.
534     - File::Spec->catfile() has a bug where the resulting file may not be
535       canonicalized.  This was causing problems when generating manpaths.
536       MakeMaker now uses its own fixed override for catfile().
537     - Fixed the POD recognition regex to properly catch /=head\d/ tags.
538     * Added a PATCHING guideline document.
539     - Updated the class hierarchy in NOTES.
540     - Installed.t now cleans up after itself better.
541     - Steve Purkis rewrote the manifypods system to use Pod::Man
542       rather than pod2man.  Its now portable and manifypods() moved from 
543       MM_Unix to MM_Any.  As a result, lots of icky and redudant code went
544       away.  This also removes the POD2MAN macro, but noone should be
545       using that.  
546     - "make manifypods" now works on Win32
547     - "make manifypods" is now be faster
548     - Made MM_Unix->find_perl more portable.  Eliminated MM_Win32->find_perl
549       override.  MM_VMS->find_perl remains.
550     * find_perl() can now handle filenames with spaces in them (RT448)
551     * find_perl() on Win32 no longer produces spurious "File Creation error"
552       messages (perlbug ID 20020709.001)
553     - Removed unfinished and unused maybe_command_in_dirs()
554     - Removed dead SelfLoader cruft from MM_Unix.
555     - Fixed PPD generation when the ppd contains quotes (RT1473)
556     - Fixed PPD generation on VMS
557     - Moved Win9x specific subdir_x() code from MM_Unix to MM_Win95
558     * Craig Berry fixed hint files on VMS
559     - Added the perl_onliner() method to generate portable, safe one-liners
560     - Changing hardcoded $self->{MAKEFILE} to $(FIRST_MAKEFILE).
561     * Rafael Garcia-Suarez made MakeMaker ignore Subversion control files
562       by default.
563     - Added MAKEFILE_OLD macro.
564     * No longer generating man pages by default on VMS.
565     - Improved DISTNAME docs
566     * Documented DISTVNAME and VERSION_SYM
567     * Documented dist()
568     - Seperated dist_core() into dist, tardist, uutardist, tarfile,
569       zipdist, zipfile and shdist_target methods.  Allows elimination
570       of redundant code in MM_VMS.
571     - Replaced WARN_IF_OLD_PACKLIST, DOC_INSTALL and UNINSTALL
572       one-liners with ExtUtils::Command::MM functions
573     - Replaced VMS hand-rolled perl code for TOUCH, CHMOD, RM_F and RM_RF
574       with ExtUtils::Command functions.  Added TEST_F.
575     - Adding clean_subdirs target and clean_subdirs_target() method to
576       generate same.  This allows easier overriding of an unportable part
577       of the clean target.
578     - Defined DEV_NULL for MacOS
579     - Removed ROOTEXT from MM_MacOS, apparently unused
580     - Added $(DIRFILESEP) macro and init_DIRFILESEP to avoid
581       hardcoding / or \.  Reduces code duplication in the MM_* modules.
582     - Added init_platform() and platform_constants() for OS specific
583       macros.  Moved OS specific macros from constants() overrides there.
584     - Added init_VERSION() to setup various *VERSION* macros.
585     - Added default wraplist() to make porting easier.
586     - Added makemakerdflt_target() to guarantee 'all' is the default
587       target.
588     - Added special_targets() to handle things like .PHONY and make sure
589       they come first.
590     - Added init_linker() to initialize linker relatied macros.
591     - MM_MacOS constants() disolves
592         Moved MACPERL_SRC, MACPERL_LIB, MACPERL_INC from init_main() to 
593           init_platform().
594         Moved DEFINE and INC tweaking from constants() to init_main()
595         Moved DEFINE_VERSION & XS_DEFINE_VERSION from constants() to
596           init_VERSION().
597         Eliminated MODULES.  Unused and its the same as TO_INST_PM
598         Moved .INCLUDE from constants() to special_targets()
599
600     - MM_NW5 constants() & init_others() disolves
601         Moved LIBPTH, BASE_IMPORT, NLM_VERSION, MPKTOOL, TOOLPATH from 
602           init_others() to init_platform()
603         Moved INCLUDE and PATH definitions from constants() to 
604           init_platform()
605         Moved BOOT_SYMBOL, NLM_SHORT_NAME, PATH and INCLUDE from
606           constants() to init_platform()
607
608     - MM_Unix constants() goes on a diet
609         Moved all macro definitions to init_* methods.
610         Added MM_REVISION for completeness
611         Using wraplist() instead of manual joining
612         Moved .NO_CONFIG_REC, .SUFFIXES and .PHONY to special_targets()
613         Moved makemakerdflt: to makemakerdeflt_target()
614         Moved INST_{STATIC,DYNAMIC,BOOT} to init_INST()
615         Moved EXPORT_LIST, PERL_ARCHIVE & PERL_ARCHIVE_AFTER to init_linker().
616         Moved PERL_MALLOC_DEF to init_platform()
617
618     - MM_VMS constants() goes on a diet
619         Moved DEFINE from constants() to init_main()
620         Moved OBJECT & LDFROM from constants() to init_others()
621         Moved MM_VMS_REVISION and PERL_VMS to init_platform
622         Added MM_VMS_VERSION
623         Moved DEFINE_VERSION, XS_DEFINE_VERSION and MAKEMAKER changes to
624             init_VERSION
625         Moved .SUFFIXES changes to special_targets() override.
626         Eliminated $self->{PM_TO_BLIB}.  Its redundant with $self->{PM}.
627         constants() now consists only of fixpath() calls.
628
629     - MM_Win32 constants() goes away
630         Moved .USESHELL to special_targets() override.
631         Everything else was redundant.
632
633     - Added $(VERSION_FROM) to $(MAKEFILE) dependencies.  Helpful for
634       XS builds where the version number is very sensitive.
635     - export_list(), perl_archive() and perl_archive_after() consolodated
636       into init_linker().
637     - Added MM_NW5_VERSION, MM_Unix_VERSION, MM_Win32_VERSION, 
638       MM_VMS_VERSION.
639     - Eliminated duplicate code in constants() overrides
640     - Added all_target() for easier customization of what's run by default
641     - Eliminated duplicate top_targets() overrides
642     - Made tool_autosplit() method portable.  Moved to MM_Any.  Eliminated
643       overrides.
644     - Adding realclean_subdirs target and realclean_subdirs_target()
645       method to generate same.  This allows easier overriding of an 
646       unportable part of the realclean target.    
647     - Added oneliner() to create portable perl one-liners.
648     - Craig Berry found some typos in ExtUtils::Liblist::Kid's VMS part
649     * ExtUtils::Install did not work on MacPerl due to a hardcoded '.'
650     * prompt() will now read from STDIN.
651     - Craig Berry made sure extliblist() is always called even if LIBS
652       is explicitly set to empty.
653     * Added DESTDIR to make repacking easier.
654     * $(*PREFIX) are returned to the INSTALL* variables.
655     * Split $(PREFIX) into $(PERLPREFIX) and $(PREFIX).  The former
656       holds the location of the core libraries.  The latter is the
657       optional override prefix supplied by the user.
658     * PREFIX overrides all other *PREFIXes when set in the Makefile.PL.
659       This restores "make install PREFIX=foo".
660     - Added quote_literal() to handle some shell quoting.
661     - ExtUtils::MM_VMS now compilable on non-VMS platforms.
662     - J. D. Laub made MakeMaker honor $Config{installstyle}
663     - Renaming on OS/2 requires the target file to be removed.  
664       Partially fixed by Ilya, should be applied universally later.
665     - Default MANIFEST.SKIP not catching files in subdirs.  Fixed by Ilya.
666     - Ilya fixed ExtUtils::Liblist->ext when called outside MakeMaker.
667     - realclean was duplicating work already done by clean
668     - Adding an explicit LICENSE
669     - Cleaning up ExtUtils::Install docs.
670     - ExtUtils::Install::uninstall() now has default verbose and
671       dont_execute arguments.
672     - Added some basic ExtUtils::Install tests
673     - Fixed ExtUtils::Install::install() for relative dirs
674     - Added split_command() and max_exec_len() to deal with long
675       commands.
676     - Seperated escape_newlines() from quote_literal().  This may
677       be pointless.
678     - pm_to_blib() now generated with split_command().  3x speedup.
679     - added init_dist() to initialize distribution constants
680     - ExtUtils::Install::pm_to_blib() working around open filehandle
681       bug in AutoSplit for systems with mandatory file locking.
682
683 6.05 Tue Aug 27 16:09:51 PDT 2002
684     - Output format of the hint file verbose diagnostic is now in
685       a format native to the OS, so it broke a test on non-Unixen.
686
687 6.04 Mon Aug 26 18:31:11 PDT 2002 
688     - Little fix for pre-5.8 Cygwin test to get the shared library names 
689       right.
690     * disttest on Win9X broken because of forgotten tabs
691     * WriteMakefile argument verification should now be accurate
692     - Documented the LD flag.
693     * Documented prompt()
694     * vendor install was not adding to packlist or updating perllocal.
695     - Supporting $Config{vendorarchexp} and $Config{vendorlibexp}.
696     - Fixed conflict on VMS between logical names and directories 
697       (bleadperl 17488)
698     - Fixed space-vs-tab bug on Netware (bleadperl 17579)
699     - Mysterious NetWare fix from Ananth (bleadperl 17376)
700     - Support OPTIMIZE in MacOS (bleadperl 17347)
701     - Support hints in MacOS (mutation of bleadperl 17347)
702     * Default man installation directories were using $(MAN*EXT) to
703       generate the directory name.  This turned out to be wrong more
704       often than right, so we'll use man1 and man3 hard-coded.
705     - Debian folks fixed the doc_install targets so the Appending
706       diagnostic gives the correct directory for perllocal.pod
707     * Added ExtUtils::MakeMaker::FAQ
708     - Quieted some warnings on MacOS (bleadperl 17669)
709
710 6.03 Wed Jun 19 17:06:14 EDT 2002
711     - Documented that we're clamping down on cargo-cult MakeMaker
712       programming.
713     - Eased up the parameter verification to leave errant values alone.
714     - Doug MacEachern documented LDDLFLAGS and added to known parameters.
715     - Possible fix for XS compiles on Cygwin for pre 5.8 perls.
716
717 6.02 Sat Jun 15 19:46:06 EDT 2002
718     - ExtUtils::Installed->modules() was broken in scalar context
719     - Sync bleadperl 16922:  Netware updates from Ananth Kesari.
720     - Sync bleadperl 16922:  MM_NW5 tests
721     - Sync bleadperl 16938 & 16974:  MM_MacOS->macify fixes from pudge.
722     - Sync bleadperl 16989 & 16942:  Small test fixes for MacPerl from pudge.
723     - Improved WriteMakefile param verification to differenciate between
724       parameters which don't exist and those that just take strings/numbers.
725       [RT #707]
726     * Documented TEST_VERBOSE
727
728 6.01 Thu May 30 14:48:57 EDT 2002
729     - MacOS Classic fixes from Pudge: recursive make repair,
730       post_initialize() now used, DEFINE & INC work with relative paths,
731       removed dead hybrid method/function call code.
732     * WriteMakefile now a bit more tolerant of wrong arguments, it will
733       warn and try to soldier on rather than just vomiting.
734     - Netware whitespace nits (bleadperl@16811)
735     - Netware Perl version number tag when building dynamic libraries
736       needs to match the current perl version instead of being hard coded
737       (a mutation of bleadperl@16851)
738     - OS/2 bug in TEST_F target found by John Poltorak (bleadperl@16839)
739     - README in 6.00 still declared this as alpha.
740
741 6.00 Sat May 25 17:14:09 EDT 2002
742     - VMS 8-level limit test tweak (bleadperl@16764)
743     * Here goes nothing.
744
745 5.96_01 Wed May 22 19:11:09 EDT 2002
746     - Fixed ExtUtils::testlib so it doesn't taint @INC.
747     - Fixed ExtUtils::Command so it groks % shell wildcard on VMS.
748       [RT 625]
749     - MM now depends on Test::Harness 2.00 on VMS else tests with -T
750       won't work, command line too long.
751     - Added Craig's patch to fix limited level VMSs in the core.
752
753 5.95_01 Sat May 18 14:40:12 EDT 2002
754     - Fixed ExtUtils::testlib so it has a reasonable chance of working
755       under taint mode.
756
757 5.94_02 Fri May 17 17:16:04 EDT 2002
758     - Fixing Manifest.t test for relative @INC when core testing.
759
760 5.94_01 Fri May 17 14:53:54 EDT 2002
761     - Small NetWare change from Novell.
762     - worked around 5.005_03's lack of a $Config{siteprefix} and
763       $Config{sitebin}.
764     - Small cross compilation changes (bleadperl 16582, 16548)
765
766     [[ Test Fixes ]]
767     - Fixing ExtUtils::Command tests for VMS shell wildcard differences.
768     - Fixing ExtUtils::Installed tests so they don't go looking at already
769       installed installed lists.
770
771 5.93_01 Mon May  6 00:54:39 EDT 2002
772     - fixed basic.t for limited depth VMS systems
773     * MM_BeOS was totally hosed by a typo.
774     - Made the ExtUtils::Command docs clear about how things come
775       from @ARGV not @_.
776     - Quieted nmake banners in disttest
777
778     * Backporting to 5.005_03
779     - 'require 5.006' statements to 5.00503
780     - Removing uses of File::Spec::Functions
781     - Adding MODE arg to mkdir()
782     - Changing uses of 'our' to 'use vars'
783     - Changing uses of 'no warnings' to 'local $SIG{__WARN__}'
784     - Changing 3-arg opens to 2-arg
785     - Changing 'open my $fh' to 'open FH'
786     - 5.005_03's File::Find doesn't have 'no_chdir'
787
788 5.92_01 Mon Apr 29 23:09:38 EDT 2002
789     - Fixing case of modules with no .pm files on VMS.
790     - LDLOADLIBS fix for NetBSD and easier overriding (bleadperl 16233)
791     * syncing in MM_MacOS from pudge.
792     - syncing in NetWare fixes (16266 & 16190)
793     - Cleaning up MM_NW5.pm somewhat.
794
795 5.91_02 Wed Apr 24 01:29:56 EDT 2002
796     - Adjustments to tests for inclusion in the core.
797
798 5.91_01 Wed Apr 24 00:11:06 EDT 2002
799     [[ API Changes ]]
800     * A failing Makefile.PL in a subdir will now kill the whole
801       makefile making process.
802     * "make install PREFIX=something" will no longer work.  Sorry.
803     - Now supporting the usevendorprefix %Config setting
804     - Tests now guaranteed to run in alphabetical order.
805     - Allowing $VERSION = 0.
806
807     [[ Bug Fixes ]]
808     - Missing prerequisite warning malformatted.
809     - INSTALL*MAN*DIR and INST_MAN*DIR weren't allowed on the command 
810       line.
811     * For years now skipcheck() has been returning a different
812       value than what was documented.
813     - Partially reversing Ken's "speed up ExtUtils::Manifest" patch
814       from 5.51_01 so MANIFEST overrides MANIFEST.SKIP.
815     * Fixed PREFIXification so it works on Win32.
816     * Fixed PREFIXification so it works on VMS.
817     - Fixed INSTALLMAN*DIR=none on VMS.
818     * NetWare fixes (bleadperl@16076)
819     - Craig Berry fixed some macro corruption on VMS.
820     - Systems configured to not have man pages now honored thanks to
821       Paul Green
822     - Hack to allow 5.6.X versions of ExtUtils::Embed use MY implicitly.
823     - Moved use of glob out of MM_Unix so MacPerl could build
824
825     [[ Test Changes ]]
826     - Shortening directory levels to accomodate old VMS's
827     - was using a slightly wrong prefix for the prefix tests
828
829     [[ Doc Fixes ]]
830     - Documenting VERBINST
831
832 5.90_01 Thu Apr 11 01:11:54 EDT 2002
833     [[ API Changes ]]
834     * Implementation of the new PREFIX logic.
835     * Added new INSTALL targets:
836         INSTALLSITEBIN
837         INSTALLSITEMAN1DIR   INSTALLSITEMAN3DIR 
838         INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR
839         INSTALLVENDORBIN INSTALLVENDORLIB INSTALLVENDORARCH
840         SITEPREFIX VENDORPREFIX
841     * INSTALLDIRS=site now properly using $Config{siteprefixexp}
842       (Thieved from Debian.  Thanks!)
843     * Added INSTALLDIRS=vendor & support for vendor directories
844       (Thieved from Debian.  Thanks!)
845
846     [[ Bug Fixes ]]
847     - nmake syntax nits from Mattia Barbon
848     - ExtUtils::Packlist fix for files with spaces in them from Jan Dubois
849       (bleadperl@15800)
850     - Old, old, old dmake bug in MM_Win32->pm_to_blib fixed by Nick
851       (bleadperl 15847)
852
853     [[ Internals ]]
854     - Purging leftover PDP compiler flags.
855
856 5.55_03 Sat Apr  6 21:57:01 EST 2002
857     - Reversing "fix" for RT 444.  It wasn't really fixed and it
858       caused havoc with Compress::Zlib and Tk.
859
860 5.55_02 Sat Apr  6 03:09:15 EST 2002
861     [[ Bug Fixes ]]
862     - Craig Berry fixed install on VMS (again, I munged the last patch)
863     - MakeMaker might not be recognizing it's in PERL_SRC on Win32.
864       Made safer.
865     - For some reason MM_VMS was using $Config{arch} instead of
866       $Config{archname}
867     - Fix (well, hack) for creating ABSPERL on VMS.
868     - Quieting some warnings revealed by ExtUtils::Constant
869     - test_via_script had a typo and forgot INST_ARCHLIB
870
871     [[ Test Fixes ]]
872     - INST.t has to tell MakeMaker it's in the PERL_CORE
873     - Fixing expected values of INST_* when building the core.
874
875 5.55_01 Thu Apr  4 23:58:06 EST 2002
876     [[ API Changes ]]
877     * Long deprecated INST_EXE completely removed.
878     - Removing TEST_LIBS constant (never seen in a stable MM anyway)
879     - Added $default argument to prefixify() for safer prefixification.
880
881     [[ Bug Fixes ]]
882     - $mm->{PERM_*} were not being set
883     - fixin() redundantly chmod'ing scripts.  Let the Makefile do that.
884     - The above means MM_Unix will now compile cleanly under strict
885     * init_dirscan's search for Makefile.PL's will no longer look
886       inside a distdir.
887     * Fixed running tests when there are t/'s in subdirs.
888     - MM_DOS inheriting from MM_Unix instead of MM_Win32.  DJGPP
889       appears to be unix-like (bleadperl@15650)
890     - Escaping constants with # in them so they're not confused as
891       make comments (bleadperl)
892     * ExtUtils::MM_Win95 didn't return a true value
893     - Fixing disttest when perl is a relative path.
894     * Fixed disttest & tests in subdirs on Win95
895     - Fixed recursive Makefile.PL scan on VMS so it skips the distdir
896     - Fixed a bug when an alternative MAKEFILE is specified and you're
897       using something other than a Makefile.PL (RT 444)
898     - Quieting uninit warning when there are no tests.
899
900     [[ Doc Fixes ]]
901     - Documented INSTALLMAN*DIR == 'none' feature.
902
903     [[ Test Fixes ]]
904     - Paul Green's which_perl patch to build a proper Perl on systems
905       that use command extensions.
906     - basic.t's Makefile.PL PREFIX call wasn't properly quoted for VMS
907       (Craig Berry)
908     - little initialization glitch in MM_Win32.t
909
910     [[ Internals ]]
911     - INST_* constants moved to init_INST
912     - INSTALL* constants moved to inst_INSTALL
913     * Internal warning supression removed.
914     - Temporarily turning off SelfLoader in MM_Unix so warnings
915       have the right line numbers.
916
917 5.54_01 Sat Mar 30 02:32:44 EST 2002
918     [[ New Features ]]
919     * Added FULLPERLRUN and FULLPERLRUNINST
920
921     [[ Bug Fixes ]]
922     - hint files were made a little too noisy in 5.53_01
923
924     [[ Test Fixes ]]
925     - adjusting for NFS time drift
926     - basic.t was finding the wrong perl in the core
927
928     [[ Internals ]]
929     - FULLPERL* PERL* setup moved to init_PERL
930
931 5.53_02 Fri Mar 29 04:47:44 EST 2002
932     - Adjusted for Perl core.  Synced into bleadperl.
933
934 5.53_01 Fri Mar 29 00:13:02 EST 2002
935     [[ Bug Fixes ]]
936     - Removed duplicate NAME macro definition
937     - Fixed makemakerdflt target for VMS
938     * bleadperl@11460 introduced a bug with recursive Makefile.PL's not
939       having '.' in @INC.  PDL should build now.
940     * MANIFEST.SKIP only working on file names, not full relative paths.
941       Only since 5.51_01  (RT 413)
942     * make test TEST_VERBOSE=1 was busted by 5.50_01 (RT 423)
943     * Error messages from dying Makefile.PL's and hint files were
944       accidentally supressed in 5.48_04.  Fixed.
945     * Makefile.PL's are supposed to be run in package main.  5.48_04
946       broke this.  Fixed.
947     * Fixing installing on VMS.
948
949 5.52_01 Tue Mar 26 00:24:26 EST 2002
950     [[ Bug Fixes ]]
951     * ActivePerl 5.6.1/build 631 now 100%
952     - Fixed some SelfLoader warnings
953     * ExtUtils::MM_Win32 not subclassed off of ExtUtils::MM_Any properly
954     - Bug in local $ENV{FOO} was causing failures in MM_Win32 tests.
955       Compensating for the bug.
956     - $Config{prefixexp} is sometimes bad on ActivePerl, compensating
957     - Accidentally left htmlifypods tests in MM_Win32 tests
958
959     [[ Doc Changes ]]
960     - Expanding Known Good list
961     - Adding Known Programs to README
962
963 5.51_01 Mon Mar 18 01:37:02 EST 2002
964     [[ API Changes ]]
965     - Removing xsubpp and typemap from the distribution.  These are not
966       Perl version independent files and should not be upgraded.
967     - Removing ExtUtils::Embed.  Version specific module and should
968       not be updated.
969     - Removing ExtUtils::Constant.  Not directly tied to MakeMaker.
970       Will be distributed seperately by Nick Clark.
971
972     [[ New Features ]]
973     * realclean now deletes 'dist' directory.
974
975     [[ Bug Fixes ]]
976     * Fixing ExtUtils::Installed for VMS
977     * Fixed it so MakeMaker can build itself without needing an eariler
978       version installed
979     * Fixed ExtUtils::Installed so packlists work on VMS
980     * ExtUtils::MM_VMS test had a stupid typo that prevented most
981       of the tests from running.
982     - Fixing VMS so 'mmk' is always 'mmk all' (bleadperl 15218)
983     - ExtUtils::MM_Any->catfile was calling catdir
984     - Added Ken William's "speed up ExtUtils::Manifest" patch.
985     - Added Nick Clark's return value of manifest routines patch
986       (bleadperl@14978)
987     - Merging in bleadperl changes (14438, 14453, 14611, 14612, 14622,
988       14655, 14677, 14688, 14902, 15023, 15187, 15367)
989     - bleadperl change 15325 (VMS 'mmk all' hack) rejected.
990     - ExtUtils::MM_Any->test_via_harness() now using -MExtUtils::testlib
991       instead of -I's.  This keeps the command line shorter on VMS, but
992       it means TEST_LIB doesn't work anymore.  May prove problematic.
993     - PERLRUN now uses FULLPERL instead of PERL.  This avoids 
994       accidental use of miniperl.  May cause problems in the core.
995     - Fixed test_via_harness() on VMS so it uses PERLRUN.
996     - ExtUtils::Manifest wrongly handling MANIFEST on VMS.
997     - ExtUtils::Manifest::maniskip broken due to misuse of /o on a regex.
998
999 5.50_01 Mon Mar  4 23:44:48 EST 2002
1000     [[ API Changes ]]
1001     - htmlifypods and all HTML targets have been removed.  It didn't
1002       work properly.  A target for HTMLifying of docs will be
1003       added sometime in the future (read: send a patch).
1004     - Deprecated ROOTEXT variable removed (its been deprecated for
1005       more than five years).
1006     - Removed ExtUtils::Miniperl from the CPAN distribution.  Can't
1007       see how its useful outside the core.
1008
1009     [[ New Features ]]
1010     * Emacs backup files (ie. *~) are no longer copied into blib
1011       (this means you won't get Foo.pm~ accidentally installed anymore).
1012     - prefixify() now returns if the prefixification worked or not.
1013     - added the Perl patchlevel info to the description embedded in DLLs
1014       (Ilya Zakharevich perl change 14810)
1015
1016     [[ Bug Fixes ]]
1017     * 5.49_01 broke anything that depended on the MM class to be loaded
1018       with ExtUtils::MakeMaker, like CPAN.  Temporarily fixed.
1019     * Many places wrongfully assume MM methods can be called as class
1020       methods!  Inside and outside of MakeMaker.
1021     * DOS now acts like Win32 instead of Unix.  This should be less wrong.
1022     - Netware tweak from Ananth Kesari (perl change 14780)
1023
1024     [[ Doc Changes ]]
1025     * made the docs about the behavior of PREFIX a bit more vague
1026       reflecting its odd behavior.    
1027     - Replaced references to %Config with things people are more likely
1028       to understand in PREFIX & LIB docs.
1029     - Put PREFIX before LIB in the docs.
1030
1031     [[ Internal Refactorings ]]
1032     - File::Spec wrappers consolidated in MM_Any
1033     - test_via_harness/script consolidated in MM_Any
1034     * Added ExtUtils::Command::MM to replace large -e "one-liners"
1035     * Added ExtUtils::MM_UWIN, took UWIN specific code out of MM_Unix.
1036     * Added ExtUtils::MM_DOS, took some DOS specific code out of MM_Unix
1037     - Added a dist() override to MM_OS2.
1038     - Took the OS/2 specific code out of MM_Unix's dist()
1039     - Starting to quote as many command line switches as possible
1040       to make VMS have to override less of MM_Unix.
1041
1042 5.49_01 Mon Feb  4 00:42:40 EST 2002
1043     - Default TEST_LIBS now contains absolute paths, so tests can
1044       chdir without breaking @INC.
1045     - Some bug fixes in MM_Win32 were missing in MM_NW5.
1046     - LLIBPERL was not being set.
1047     - Gisle Aas fixed a warning in prompt when the user hits ctrl-D
1048       or pipes STDIN to /dev/null.
1049     - VMS's test is now a proper ->can check.
1050     - Stray newline in Command.t causing havoc (bleadperl 14441)
1051
1052     * Lots of internal changes.  Everything from here on is an internal
1053       change.
1054     - Broke ExtUtils::Liblist::Kid out into its own .pm.  Temporary.
1055     - Broke MM and MY out into their own .pm's.  Possibly temporary.
1056     - Broke ExtUtils::MM_Win95 out of ExtUtils::MM_Win32.  MM_Win95
1057       is now an MM_Win32 subclass.
1058     - Removed wrapper methods from ExtUtils::Liblist that were
1059       defering File::Spec loading.  Almost everything uses File::Spec
1060     - Changed most of the 'our's to 'use vars' in prep for 5.005_03
1061       backporting
1062     - Changed ExtUtils::MakeMaker->import(...) cargo-cultery in MM_* 
1063       modules to proper "use ExtUtils::MakeMaker qw(...)"
1064     - All non-Unix MM_* modules now directly inherit from MM_Unix.
1065       They did this before, but in a round-about way.
1066     - MM_* modules no longer directly muck with @MM::ISA.  Instead
1067       @MM::ISA does that itself.
1068     - Removed unnecessary require of Exporter in many MM_* modules.
1069     - MM_Cygwin was using an MM_Unix function directly without have
1070       explicitly required MM_Unix.
1071     - Most of MM_NW5 was redundant with MM_Win32.  So MM_NW5 is now
1072       a subclass of Win32 and the reduendant code has been deleted.
1073     - Replaced lots of calls to File::Spec->updir, curdir and rootdir
1074       with a global in MM_Unix.  Should make things a bit faster.
1075     - Untabified ExtUtils::MakeMaker.  I hate tabs.
1076     - "Which MM subclass should I use" logic moved from EU::MakeMaker
1077       to EU::MM.
1078     - Deprecated EU::MakeMaker::Version_check deleted.
1079
1080 5.48_04 Mon Jan 21 19:28:38 EST 2002
1081     - No longer requiring Test::More
1082     - Now tested to work with a clean 5.6.1
1083     - Stripped out $Revision based $VERSIONs.
1084     - Rolled in patches from p5p, vmsperl & VOS (14325, 14338, 14360, 14364)
1085     * hint files now run in a safer context.  Only $self is available.
1086     - ExtUtils::testlib now provides absolute paths into @INC.
1087       No longer obsolete
1088     - Little test fixes
1089
1090 5.48_03 Thu Jan 17 23:44:38 EST 2002
1091     * moved bin/inst to bin/instmodsh
1092     * Some Win32 backporting fixes.  The -x switch doesn't seem to
1093       work on Win32/5.6.1.
1094     * Bug on Win32.  MAKEMAKER variable not set properly.
1095     * _02 broke hints files.  Now fixed.
1096     - Minor prereq error formatting glitch
1097     - ExtUtils::testlib no longer a thin wrapper around blib, now a 
1098       thin wrapper around lib like it was.  blib is noisy on 5.6.1.
1099     - Nick and chromatic found and fixed some warnings in the tests
1100
1101 5.48_02 Wed Jan 16 19:11:26 EST 2002
1102     - Fixed some Win32 warnings.  Needs more work.
1103
1104 5.48_01 Wed Jan 16 15:10:28 EST 2002
1105     * Adapted from bleadperl@14303
1106     * Backported to 5.6.1
1107     - inst and xsubpp moved out of lib/ and into bin/
1108     - ExtUtils::testlib obsoleted.  Now a thin wrapper around blib.pm
1109     ***--> Non-Unix platforms not tested at all!  Please test and report
1110            back.  Tests probably only need minor fixes.
1111