Updating ExtUtils-ParseXS to 2.20
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Changes
CommitLineData
c0956255 16.53_02 Sun Jun 7 19:24:56 PDT 2009
2 Test Fixes
3 * Stray use of Shell::Command broke older perls
4
5 Other
6 * MakeMaker will now automatically test itself with multiple
7 perl versions before releasing.
8
9
106.53_01 Sun Jun 7 19:02:20 PDT 2009
11 Bug Fixes
12 * blib will now be rebuilt if the Makefile is changed
13 [rt.cpan.org 46658]
14 * 6.52 broke the setting of EXTRALIBS, LDLOADLIBS and BSLOADLIBS
15 when $self->{LIBS}[0] is undefined.
16 [rt.cpan.org 46633] (Craig Berry)
17
18 Cygwin
19 * Fixed MM_Cygwin.t when the path prefix (ie. cygdrive) has been
20 changed by the user. [rt.cpan.org 46585] (JDHEDDEN)
21
22 VMS
23 * Removed attempts to compensate for the "bin" logical added
24 by some versions of GNV, Craig says they're futile.
25 Put a warning into the Makefile.PL instead.
26 [rt.cpan.org 46679] (Craig Berry)
27 * Removed the arch_check() special case for VMS.
28 [rt.cpan.org 46678] (Craig Berry)
29
30 Win32
31 * Restore building the core by not trying to load the Win32
32 module in arch_check() with miniperl.
33 [rt.cpan.org 46667] (Max Maischein)
34
35 Tests
36 * Forgot to get rid of the tests for bytes and vmsish
37 which were removed in 6.51_01.
38 * Stopped running a Windows specific arch_check.t test
39 on non-Windows. (Craig Berry)
40 [rt.cpan.org 46678]
41
42
5bdf71cc 436.52 Sat May 30 11:22:04 PDT 2009
44 Docs
45 * Documented CONFIGURE_REQUIRES (Alexandr Ciornii)
c0956255 46 * Modernized the docs for PREREQ_PM
5bdf71cc 47
48
496.51_04 Sun May 24 14:04:11 PDT 2009
50 Other
51 * All work on INSTALLHTML* has been reverted pending a fix for
52 [rt.cpan.org 45600]
53
54
556.51_03 Sat May 23 22:38:26 PDT 2009
56 Bug Fixes
57 * Building *.C files was broken in 6.37. [rt.cpan.org 45557]
58 Thanks to Rajesh Mandalemula for spotting it.
59 New Features
60 * Optional parameter CONFIGURE_REQUIRES was added, to control
61 this section in META.yml (Alexandr Ciornii)
62
63
646.51_02 Mon Apr 13 21:19:56 PDT 2009
65 Bug Fixes
66 * Fix a minor bug with the new PERM_DIR stuff which caused EUI to think
67 PERM_DIR was an install skip file.
68 * A Win32 function call in the last alpha broke Win32 builds.
69
70
716.51_01 Fri Apr 10 14:30:27 PDT 2009
72 New Features
73 * Module installation will not be stopped by a broken Pod::Man.
74 Man pages will just not be installed.
75 [rt.cpan.org 43546] (Jesse Vincent)
76 * vim swap files, *.swp, will now be ignored by MakeMaker.
77 * Added PERM_DIR to control permissions on directories.
78 [rt.cpan.org 3927] (Rajesh Mandalemula)
79
80 Feature Changes
81 * Modules in PREREQ_PM are no longer loaded in order to figure out
82 their version. parse_version() is used instead.
83 [rt.cpan.org 44646]
84 * PPD files generated with "make ppd" now use the new REQUIRES key
85 rather than the now deprecated DEPENDENCY.
86 [rt.cpan.org 25179] (GAAS)
87 * PPD files no longer contain the deprecated OS tag.
88 * fixin is a bit less restrictive allowing things like
89 #!perl5.8.8 and #!perl-debug [rt.cpan.org 29442]
90 * Remove the unused perm_rw() and perm_rwx() methods.
91
92 Bug Fixes
93 * On 5.10 "make ppd" would generate the wrong ARCHITECTURE saying the
94 version is 5.1 instead of 5.10.
95 * Our pod2man emulation now requires an argument to --perm_rw.
96 [rt.cpan.org 35190] (imacat)
97 * DISTVNAME was documented as a WriteMakefile() param but you'd
98 get a warning if you tried to use it. [rt.cpan.org 43217]
99 * Better support for parallel make installs.
100 [rt.cpan.org 32758] (Brendan O'Dea)
101 * parse_version() will now skip uses of $VERSION in conditions
102 [rt.cpan.org 9452] (jc@unser.net)
103 * The architecture mismatch warning could show up on Win32 due
104 to long vs short filenames being used to compare.
105 [rt.cpan.org 33532] (DAGOLDEN)
106 * maybe_command() will recognize Windows executables in
107 /cygdrive on Cygwin [rt.cpan.org 16375] (PJF)
108 * parse_version() will now look for the first use of $VERSION
109 that results in $VERSION being set.
110
111 Test Fixes
112 * basic.t will not leave a "bin" environment variable defined on VMS.
113 [rt.cpan.org 42150] (John E. Malmberg)
114 * Made the tests work ok on systems whose makes assume that files which
115 have the same mod time are out of date. This is often the case for
116 the tests which generate files and run make rapidly.
117 [rt.cpan.org 29955] (Ken Hirsch)
118 * skip test numbers were wrong on VMS in t/basic.t
119 [rt.cpan.org 43511] (John E. Malmberg)
120
121 Portability
122 * Removed a few hard coded uses of the "false" command.
123 [rt.cpan.org 44504]
124
125 VMS
126 * Fixed a few calls to catfile() that should be catdir().
127 (John E. Malmberg)
128 * Override catdir() and catfile() to expand macros. This is normally done
129 inside File::Spec::VMS but is really a MakeMaker-only thing.
130 (John E. Malmberg)
131
132 Other
133 * Remove ExtUtils::MakeMaker::bytes and vmsish which are unused and
134 seem to never have been used.
135 * Repository now on github.
136
137
1386.50 Sun Mar 22 12:28:06 PDT 2009
139 Windows
140 * Remove the special checks for compilers that need a "manifest". Instead,
141 the code will just be a no-op if there's no manifest. Or something.
142 I dunno, I'm hoping Jan and Steve know what they're doing.
143 [rt.perl.org 61492]
144
145
1466.49_01 Thu Feb 19 17:06:36 PST 2009
147 New OS Support
148 * Recognize "Haiku", a resurrection of BeOS.
149
150 New Features
151 - META.yml now includes ExtUtils::MakeMaker in build_requires by
152 default.
153
154 Test Fixes
155 - ExtUtils::Install 1.51 changed its output breaking some tests that
156 were looking for /^Writing/ [rt.cpan.org 42927]
157
158 Bug Fixes
159 - Upgrade bundled modules: ExtUtils::Install 1.52, ExtUtils::Command
160 1.16, ExtUtils::Manifest 1.56.
161
162 Other
163 - The MakeMaker repository moved slightly. Changed the metadata to
164 reflect this. [rt.cpan.org 41571]
165
166
b5b9b385 1676.48 Mon Oct 20 11:18:13 PDT 2008
168 Test Fixes
169 * Protect against stray environment variables effecting the tests.
170 [rt.cpan.org 14930]
171
172
1736.47_02 Thu Oct 16 16:14:20 PDT 2008
174 Test Fixes
175 * MIN_PERL_VERSION test had some goofs on VMS. [thanks Craig Berry]
176
177
1786.47_01 Tue Oct 14 12:38:05 EDT 2008
179 New Features
180 * Added optional parameter MIN_PERL_VERSION, to define minimal
181 required perl version for dependency checks and to pass on to
182 META.yml and ppd files. [rt.cpan.org 28374]
183 Thanks to David Golden, Alexandr Ciornii (chorny) and Martin Becker
184
185 Bug Fixes
186 * Guard against a path to Perl with a space in it.
187 From Max Maischein. [bleadperl@32905]
188
189 Test Fixes
190 - Small fix for VOS from Paul Green [bleadperl@33259]
191
192 Other
193 * $ExtUtils::MakeMaker::Revision, $ExtUtils::MM_Unix::Revision and
194 $ExtUtils::MM_VMS::Revision are all now based on $VERSION. You
195 shouldn't be using them for anything anyway.
196
197
2e65e370 1986.46 Sat Sep 27 17:34:03 EDT 2008
199 Bug Fixes
200 - Fix META_MERGE for more than one level of hashes. [rt.cpan.org 39348]
201
202
2036.45_02 Sun Sep 7 13:59:14 PDT 2008
204 Bug Fixes
205 - Updated bundled ExtUtils::Command to 1.14, ExtUtils::Install to
206 1.50 and ExtUtils::Manifest to 1.54
207
208 Test Fixes
b5b9b385 209 - t/writemakefile_args.t had the wrong skip amount causing failures
2e65e370 210 when run without version.pm (mostly 5.6 users)
211
212
2136.45_01 Sat Sep 6 03:19:03 PDT 2008
214 New Features
215 * META_ADD and META_MERGE have been added to manipulate the META.yml.
216 Thanks to Adriano Ferreira. [rt.cpan.org 21282]
217 - META.yml now includes configure_requires ExtUtils::MakeMaker by
218 default. [rt.cpan.org 32337]
219 - META.yml now excludes t/ and inc/ from indexing by default.
220 - META.yml license is now "unknown" instead of undef if a LICENSE is not
221 given.
222 - META.yml now conforms to version 1.4 of the spec.
223
224 Bug Fixes
225 - Make @MM_Sections and @Overridable global again. It's an undocumented
226 but used way to manipulate MakeMaker behavior. [rt.cpan.org 36047]
227
228 Portability
229 * Changed the name/dmake test in MM_Win32.pm to use regexs to that
230 they are able to handle Perl on a Stick absolute paths.
231
232
2336.44 Thu Feb 28 16:06:04 PST 2008
234 Bug Fixes
235 * Updated bundled ExtUtils::Install to 1.45 which should fix some
236 Cygwin issues. [rt.cpan.org 33291]
237
238
a592ba15 2396.43_01 Tue Jan 1 16:06:47 PST 2008
240 Bug Fixes
241 * Change the "is this really a Perl core library directory" checks to
242 look for strict instead of Exporter. Now that Exporter is on CPAN
243 it can wind up in site_perl.
244 * split_command() will now set aside a little more space for macro
245 expansion. This should help on systems with cramped command line
246 lengths. Specifically, Pugs on Win32. [rt.cpan.org 20145]
247
248 Installation
249 * MakeMaker would not install if the installed MakeMaker was too old,
250 like on 5.6.1. The installation process was still using the
251 installed MakeMaker in a few places. This has been fixed.
252 [rt.cpan.org 24746]
253
254 OS X
255 * "make dist" will no longer bundle up resource fork files (._foo).
256 [rt.cpan.org 29525]
257
258 Docs
259 * The documentation of VERSION_FROM was recommending vstrings (1.2.3)
260 which have never worked right.
261 * The documentation for the accepted values of LICENSE moved to
262 Module::Build::API. [rt.cpan.org 32020]
263
264 Tests
265 * The compilation test was testing the installed modules, not the
266 about-to-be-installed.
267 * xs.t would fail if ExtUtils::CBuilder was not installed.
268
269 Misc
270 * Cleanups brought to you by no more 5.5 compatibility!
271 * MakeMaker is now perlcritic clean at severity level 5... except
272 the really silly ones.
273 * DIE use vars DIE!
274 * Added some resources to the META.yml
275
6d6be53e 2766.42 Fri Dec 7 17:00:14 PST 2007
277 Bug Fixes
278 - 6.33 moved PREREQ_FATAL to happen after CONFIGURE. This meant if
279 your CONFIGURE use a prereq it would fail and no PREREQ_FATAL
280 message would be displayed.
281 - Put the "nicetext" functionality back, VMS needs it to deal with
282 other people's custom make. But rename it to the more
283 accurate maketext_filter(), test it and fix a bug where it would
284 stop processing if it saw a macro declaration.
285
3a0105ce 2866.40 Thu Dec 6 03:00:47 PST 2007
287 Bug Fixes
288 - Remove the dubious nicetext() Makefile formatting hack to account for
289 a lack of space between the target and colon needed on VMS. This
290 interfered with META.yml creation on VMS and possibly other output.
291 - Fix the remaining targets which don't have a space between the target
292 and the colon.
293
3e15aad5 2946.38 Wed Nov 28 16:01:12 PST 2007
295 Releasing 6.37_03 as 6.38.
296
e9f47f3b 2976.37_03 Mon Nov 26 14:15:34 PST 2007
298 Tests
299 - parse_version.t had wrong test count when version.pm isn't installed.
300 - Fixed some warnings in the XS module we're using for testing.
301 - "our $VERSION" test in parse_version.t was never running
302 - Quoting uses of 1.2.3 style versions in parse_version.t to protect
303 older perls.
304
305 Portability
306 - Moved the minimum required version up to 5.6.0.
307
c8d65f10 3086.37_02 Sun Nov 25 23:33:14 PST 2007
309 Test Improvements
310 - Added a test for a basic XS build.
311
312 Bug Fixes
313 - A refactoring in 6.37_01 broke XS compilation.
314
3156.37_01 Sun Nov 25 17:05:53 PST 2007
316 Improvements
317 - Upgraded the META.yml to version 1.3 of the spec (which really
318 doesn't change anything). Thanks bdfoy.
319 - MakeMaker now always includes the required 'author' field in
320 the META.yml even if it's undef to comply with the META.yml spec.
321 - Updated ExtUtils-Install to latest version (1.44)
322 - Unified the version numbers of all modules.
323
324 Test Fixes
325 - cd() test on VMS used non-native paths. [bleadperl 31534]
326 - Removed uses of "no_plan" in tests to remain compatible with
327 old versions of Test::Harness.
328 - writemakefile_args.t had the wrong test count if version.pm isn't
329 installed.
330
331 Bug Fixes
332 - $VERSION detection code would be confused by "sub version"
333 [rt.cpan.org 30747]
334 - LINKTYPE=static will now be propagated to child builds.
335 [bleadperl 31761]
336
337 Portability Fixes
338 - Add "dragonfly" to the list of BSDish operating systems
339 - BSD detection code would not pick up bsdos or internix
340 - Fix detection of shared libperl on NetBSD [bleadperl 31526]
341
342
3436.36 Tue Jul 3 01:06:40 PDT 2007
344 Test Fixes
345 - version.pm prior to 0.7203 caused Foo->VERSION to reformat
346 $Foo::VERSION. This caused prereq.t to fail.
347
3486.35 Sun Jul 1 20:53:38 PDT 2007
349 New Features
350 * MakeMaker will now try to "use version" before parsing $VERSION.
351 This allows "$VERSION = qv(1.2.3)" to work.
352
353 Test Fixes
354 - writemakefile_args.t now works with older versions of version.pm
355
3566.34 Sat Jun 30 11:06:54 CDT 2007
357 Test Fixes
358 - Accidentally hard coded the version of strict.pm [rt.cpan.org 27838]
359
3606.33 Fri Jun 29 17:15:34 CDT 2007
361 New Features
362 * VERSION now accepts version objects without warning.
363 [rt.cpan.org 26075]
364
365 Bug Fixes
366 - Properly not installing MANIFEST.SKIP when ExtUtils::Manifest is not
367 being installed. [rt.cpan.org 21318]
368 - fixin() no longer clobbers $/ [rt.cpan.org 26234]
369 - Fixed bug finding cross-compiled perls [bleadperl 31404]
370 - Looking up to 8 levels up to find uninstalled perls
371 [bleadperl 30932]
372 * A test failure in a sub-project would not cause "make test" to
373 fail. [rt.cpan.org 27804]
374
375 Windows
376 - Embed manifest files in EXEs and DLLs when building with VC++ 8.x
377 [bleadperl #29266] [rt.cpan.org 26208]
378 - Improved the subdir command code so DIR can do more than one level
379 down. [rt.cpan.org 25180]
380 - Fix static builds on Win32 by using -DPERLDLL [bleadperl 31229]
381
382 VMS
383 - Use linker flags rather than compiler flags to determine if the
384 perl sharable image was linked debug. This keeps OPTIMIZE from
385 confusing things. [rt.cpan.org 25268]
386 - Accidental use of $\ in a regex. [bleadperl 30521]
387
388 BSD
389 - If calling perl causes MakeMaker to emit warnings, then it
390 cannot find the location of its binary. [rt.cpan.org 23178]
391
392 Doc Improvements
393 - Typo fixes. $(TOUNIX) -> $(TO_UNIX). [rt.cpan.org 23495]
394 - The example for setting $VERSION from $Revision$ in SVN was
395 incorrect. (Thanks to ROBERTMAY@cpan.org) [rt.cpan.org 26995]
396 - Document what's wrong with PREFIX and what to use instead.
397 [rt.cpan.org 12919]
398 - Improve the PREREQ_FATAL docs to make it really clear that you
399 do NOT want to use this!
400
401 Misc
402 - Provide information during the install about whether we're using the
403 installed or provided dependency (ie. ExtUtils::Command).
404 - Updated included versions of ExtUtils::Manifest and Command.
405 - Add .bak and .old to veryclean [rt.cpan.org 21284]
406 - Improved the PREREQ_FATAL message.
407
4086.32 Wed Feb 21 07:59:57 PST 2007
409 New Features
410 - WriteEmptyMakefile() is now exportable upon request.
411
412 Bug Fixes
413 - Set binmode() when writing to files in Command.t for operating
414 systems which need that sort of thing. [bleadperl #29578]
415 - Fixed a minor duplication in manifypod_target(). [rt.cpan.org 22149]
416
417 Test Fixes
418 - The build_man.t test would fail if your Perl is configured to not
419 generate man pages ($Config{installman3dir} is set to none).
420
421 Doc Improvements
422 - Made the home dir install examples a little more friendly to non-Unix
423 folks.
424
425 Misc
426 - miniperl no longer has the Win32 functions.
427 - Turn on "use strict" where it was missing.
428
562c8117 4296.31 Mon Oct 9 16:54:47 PDT 2006
430 - Update our META.yml to version 1.2 of the spec.
431 * Update the SEE ALSO to mention Module::Build, Module::Install,
432 ExtUtils::ModuleMaker and Module::Starter.
433 - Fix ARCHITECTURE tag in PPD generation for 5.8 (patch taken from
434 ActiveState 819). [rt.cpan.org 20566]
435 * Bring ExtUtils::Manifest up to 1.48
436
58d32538 4376.30_04 Mon Sep 11 16:14:06 EDT 2006
438 - EXTRA_META has been undocumented as I don't like the way the
439 interface works but I don't want to hold up 6.31. It will be
440 replaced with something better next version.
441 - Added explaination of distclean behavior and instructions on how to
442 blow away anything not in the MANIFEST to the FAQ.
443 * 6.30_01 broke overrides of PM. MakeMaker would add to a user
444 suplied PM rather than simply accepting it.
445 * Document INSTALL_BASE.
446 * Added "How do I install a module into my home directory?" to the FAQ
447 * Added "How do I get MakeMaker and Module::Build to install to the
448 same place?"
449 - Moving ExtUtils::Mksymlists and ExtUtils::Mkbootstrap back into
450 lib/ because no independent distribution has taken them over.
451
4526.30_03 Fri Sep 1 17:03:11 EDT 2006
453 - Minor fix to Command.t for Win32.
454
4556.30_02 Fri Sep 1 15:03:55 EDT 2006
456 - Updated to ExtUtils::Install 1.41
457 * Won't scan for and build man pages when MAN3PODS is deliberately set
458 empty.
459 - Minor VMS fixes. [bleadperl@26813]
460 - VMS->one_liner must quote "--" argument. [bleadperl@27613]
461 * Split INSTALLSCRIPT into INSTALLSCRIPT, INSTALLSITESCRIPT and
462 INSTALLVENDORSCRIPT so it now honors INSTALLDIRS. [bleadperl@26536]
463 - Minor fix to work with Pod::man 2.04. [bleadperl@26457]
464 - $Revision was broken.
465 - Updated our internal version of Test::More to catch a few warnings.
466 - ExtUtils::Command::test_f() test was broken.
467 - Clarified that test_f() exits.
468
2977d345 4696.30_01 Tue Aug 16 23:53:27 PDT 2005
470 * Fixed compiling modules using an uninstalled Perl on Win32 by using
471 the proper perl header location for Windows (which is different from
472 Unix). Looks like a very old bug. [bugs.perl.org 36128]
473 - $ExtUtils::MakeMaker::Revision accidentally left in a stray "Revision".
474 [thanks pdx.pm for noticing this]
475 - Fixed the $VERSION = $Revision$ example in the MakeMaker docs and the
476 FAQ. [thanks again, pdx.pm]
477 - Elaborated on the differences between CVS, SVN and others when using
478 $Revision$ based $VERSIONs.
479 * ExtUtils::Command, ExtUtils::Install, ExtUtils::Manifest,
480 ExtUtils::Mkbootstrap, ExtUtils::Mksymlists and ExtUtils::Packlist
481 are all now considered to be separate distributions. To avoid a
482 circular dependency, MakeMaker distributes its own versions but CPAN
483 should not index them and they will not overwrite a newer, installed
484 version.
485 * Added EXTRA_META option to allow module authors to append extra
486 text to the generated META.yml.
487 * Added a LICENSE field mirroring Module::Build's license.
488 * META.yml support updated to version 1.1. All required fields
489 now generated. (NOTE: 1.1 isn't yet complete but we're going with
490 it anyway. MakeMaker uses "author" instead of "authored_by" as its
491 expected the former will be used in 1.1 final).
492 * Non-conforming version_from and installdirs META.yml fields removed.
493 * META.yml distribution_type field now intelligent enough to guess at
494 the type rather than hard code 'module'.
495 * INSTALLBASE changed to INSTALL_BASE to match Module::Build.
496 * Added a MAKE parameter for Windows users to say if they're using
497 dmake or nmake.
498
4325052d 4996.30 Fri May 20 16:05:38 PDT 2005
500 * PL_FILES behavior tweak again to restore old behavior. Sometimes its
501 supposed to run before pm_to_blib, sometimes after.
502 - Some tests shipped with 'no_plan' which will break on older
503 Test::Harness.
504
41e5fcb0 5056.29 Thu May 19 14:15:21 PDT 2005
506 * The behavior of PL_FILES is restored to its pre-6.26 behavior as several
507 CPAN modules depend on this. PL programs run via PL_FILES have
508 INST_LIB and INST_ARCH in their @INC and so can load any just built
509 modules.
510 - Now honors PERL_CORE environment variable.
511 - Testing to ensure FIRST_MAKEFILE is honored.
512
76ca89ed 5136.28 Tue Apr 12 16:17:07 PDT 2005
514 - Fix realclean so it cleans up files installed from ext/ in the core
515 - Fix dir_target() so it doesn't warn should any of the INST_* paths
516 be the same (as with the ext/ modules in the core)
517 - Fix MANIFEST.SKIP so it skips not just _darcs/ but everything inside
518 it and any which happen to be in subdirs.
519 - MM_AIX forgot to import neatvalue() from E::MakeMaker.
520 (bleadperl@24185)
521 - Fixed a minor C<<>> POD nit (Scott Lanning)
522
7292dc67 5236.27 Mon Apr 4 16:36:14 PDT 2005
524 * Added _darcs to the list of revision control administrative
525 directories skipped both in libscan and in MANIFEST.SKIP.
526
5276.26_01 Mon Mar 28 21:34:39 PST 2005
528 * PL_FILES was broken in the last release. The .PL files were not being
529 passed the file they were to generate.
530 * How PL_FILES runs the programs and what it does with the value is
531 now documented.
532 * The default behavior of PL_FILES is now documented.
533
5346.26 Mon Mar 21 20:36:22 PST 2005
535
5366.25_12 Fri Mar 18 16:15:35 PST 2005
537 - Use the generic dmake search.cpan.org URL in the README so the newest
538 version is found.
539 - Fixed pm_to_blib trouble on VMS introduced in 6.25_10.
540
5416.25_11 Tue Mar 15 02:00:20 PST 2005
542 - Fixed minor parent class dependency loop in ExtUtils::MM_Any.
543 - Fixed a circular dependency on processed PL files introduced as part
544 of RT 6460 in 6.25_02.
545
5466.25_10 Sun Mar 13 16:14:04 PST 2005
547 - pm_to_blib.ts is gone, back to pm_to_blib (except on VMS). I
548 couldn't make it work and still retain backwards compatibility.
549 This fixes the recompilation problems that plagued _09 and various
550 previous alpha releases.
551
5526.25_09 Sat Mar 12 10:10:34 PST 2005
553 - Stubbing out PASTHRU on VMS. $(MMSQUALIFIERS) should do the equivalent
554 and better.
555 - Added test to check for the existence of a compiler so XS tests are
556 now possible.
557
5586.25_08 Tue Feb 8 09:04:36 EST 2005
559 - Fixing xsubpp on VMS. Had a foo/bar path in it.
560 - Turning XSUBPP into a runable command by the addition of PERLRUN
561 made it unusable as a dependency. Added XSUBPPRUN for that and left
562 XSUBPP alone.
563 - Removed DESTDIR from PASTHRU as install is not recursive and it can
564 make commands too long on VMS.
565 - Older versions of MMS cannot handle directory targets at all. Using
566 .exists files everywhere.
567 - Restore missing *.Opt clean on VMS.
568 - Fix .exists files accidentally getting caught in static builds.
569 - Older versions of MMS cannot handle directory targets at all.
570 - Add Interix support (bleadperl@33892)
571 - distsign target changed to distsignature to avoid clash with
572 Module::Install
573
5746.25_07 Fri Dec 31 03:47:20 EST 2004
575 - perllocal on VMS was inserting executables twice.
576 - No longer using $(IGNORE) macro. Turns out MMS/K was not honoring
577 it. Using "-$(NOECHO) command" which seems to make everybody happy.
578 - Executables with no extension weren't getting installed on VMS due to
579 a bug in rename(). Broken sometime in this series of alphas.
580
5816.25_06 Sun Dec 26 17:21:37 EST 2004
582 - Forgot to define BOOTDEP macro.
583 - .exists files are back. Directories cannot be used directly as
584 targets as their mod time changes too frequently.
585 * Added INSTALLBASE as an alternative to PREFIX but haven't documented
586 it yet. I'll do that next release.
587
5886.25_05 Wed Dec 22 07:59:02 EST 2004
589 - One of the 6.25 alphas broke BSD make. It doesn't like "- @ command".
590 Fixed by adding an $(IGNORE) macro.
591 - 6.25 alphas caused a Makefile to be added to the dist. Fixed.
592 - The new cd() code needed to be dependent on dmake or nmake for
593 Windows. Not Win9x vs WinNT/XP.
594
5956.25_04 Tue Dec 21 00:53:06 EST 2004
596 - 6.25_03 was always rebuilding XS modules.
597
5986.25_03 Mon Dec 20 23:04:22 EST 2004
599 - dir_target() is back. Now each directory to be created has its own
600 target like before, but no more .exists or blibdirs.ts files. This
601 ensures that each blib directory is created as necessary and fixes
602 things like SVN's perl bindings.
603
6046.25_02 Mon Dec 20 03:31:49 EST 2004
605 - Set PM_FILTER as late as possible so it can see all the earlier
606 macro definitions. Necessary for challenged make implementations
607 like nmake. Should fix Mail::SpamAssassin installs on Win32.
608 [rt.cpan.org 4545]
609 - clean and realclean are now more careful about accidentally deleting
610 directories instead of files. [rt.cpan.org 6851]
611 - small fix for parallel builds, make sure pm_to_blib has run before
612 we try to use stuff in blib. [rt.cpan.org 6460]
613 - MAKEFILE=foo appears to have been broken for recursive builds and
614 several other things. I think this was broken by 6.18.
615
6166.25_01 Fri Dec 17 21:29:04 EST 2004
617 * *.bak added to the default MANIFEST.SKIP.
618 * META.yml will no longer be generated in the build directory. It will
619 only appear in the distdir. This should make it easier on developers,
620 they don't have to worry about checking the file in all the time.
621 * Similarly, the SIGNATURE file will not be updated in the build
622 directory. It will only be generated in the distdir.
623 - A bunch of redundant Win9x and VMS code removed.
624 - 'make test' on Windows no longer pre-expands its list of test files.
625 This caused problems on large distributions like bioperl. Thanks to
626 Tim Bunce for suggesting the obvious fix.
627
5dca256e 6286.25 Wed Dec 15 06:59:46 EST 2004
629 - Build.PL was being considered like Module_pm.PL. Build.PL is now
630 ignored. [radek@karnet.pl] [rt.cpan.org 8809]
631 - Devel::Cover cover_db/ directory now ignored by MANIFEST.SKIP
632
6336.24_01 Thu Dec 9 00:44:48 EST 2004
634 - Docs encouraged possibly insecure use of /tmp [CAN-2004-0976 via Debian]
635 - Remove empty rpath from .so files [bleadperl@23183]
636 - At long last the core man page title has its apostrophe.
637 - BeOS tests fixed [Ingo Weinhold] [perlbug #32717]
638 - Putting a pm_to_blib target back (alias of pm_to_blib.ts) in case
639 anyone was depending on it being there (mod_perl was).
640
6416.24 Tue Nov 30 15:35:13 EST 2004
642 - dir_target() was accidentally named dir_targets() causing problems
643 installing some Tk modules.
644
6456.23 Fri Nov 26 16:01:50 EST 2004
646 - MM_MacOS lost its $VERSION causing some CPAN indexing problems. Enough
647 people noticed this to warrant a quick release.
648
6496.22 Tue Nov 23 22:22:22 EST 2004
650 - Minor glitch in Command.t test on Win32 [thanks Steve Hay]
651 * Fixed MANIFEST.SKIP so it avoids all the new *.ts files.
652 - Don't spuriously define pasthru arguments
653
6546.21_03 Sat Apr 3 2004
655 - pm_to_blib and blibdirs stamp files now pm_to_blib.ts and blibdirs.ts
656 everywhere because some filesystems insist you have a dot in the
657 filename. This eliminates a bunch of special case code.
03c94fc2 658 - Minor potential glitch in the version check logic.
659 - Making Makefile rebuild logic more resistant to inconsequential
660 errors when cleaning up things that are going to be rebuilt anyway.
661 - Adding SCCS to the list of directories in MANIFEST.SKIP.
5dca256e 662 * Fixing blibdirs so it doesn't rebuild every make run.
663 * Using a more conservative MAX_EXEC_LEN for Win98 to allow building
03c94fc2 664 large modules like Encode. [Greg Matheson]
5dca256e 665 * test target mangled by dmake. Doesn't seem to like q{}.
03c94fc2 666 [Greg Matheson]
667 - instmodsh now using Archive::Tar to create archives if available.
668 [Slaven Rezic]
669 - instmodsh now using more portable tar flags to create archives.
670 [Slaven Rezic]
671 - Added FAQ entry for "How do I use a module without installing it?"
672 and "How do I keep from installing man pages?" [Joe Cromie]
5dca256e 673 - Fixed finding the default MANIFEST.SKIP if its on a different volume
674 [Ilya Zakharevich]
675 - When building Perl, we had a chance of picking up the old installed
676 xsubpp from @INC [Andreas Koenig]
677 - makeaperl() now a bit more intellegent about ignoring perl libraries
678 not called libperl. [Ilya Zakharevich bleadperl@22032]
679 * MacOS Classic (MacPerl) is no longer supported. Please use
680 Module::Build instead.
681 * Restored pm_to_blib.ts so pm_to_blib generation will be quiessent on
682 VMS. [rt 4675]
683 - For simplicity, dir_target() is now a no-op. Should not effect any
684 existing uses.
685 - Converted utility commands from using $(PERLRUN) to $(ABSPERLRUN).
686 This allows distclean to work with SDBM_File. [rt 5616]
687 - realclean was using "rm -f" instead of "rm -rf" meaning directories
688 wouldn't be properly cleaned. Caused by bleadperl@7952. [rt 5208]
689 - fixpath() could undo wraplist() on VMS [rt 4955]
690 - ensure ExtUtils::Command::rm_f deletes all versions of a file on VMS
691 [rt 4687]
692 - hint.t generating improperly named hint files on OS's where $^O
693 contains a '.'. They should be converted to underscores. Test
694 mistake, not a bug. [rt 5365]
695 - Fixed ExtUtils::Command::chmod() so it will work on directories on
696 VMS. [rt 4676]
697 - parse_version.t was using no_plan causing trouble on older T::Hs.
698 [rt 5633]
03c94fc2 699
af7522e5 7006.21 Tue Nov 11 00:12:56 PST 2003
03c94fc2 701 - NetBSD was looking in INSTALLARCHLIB/CORE for libperl instead of
af7522e5 702 PERL_ARCHLIB/CORE. Would cause problems if INSTALLARCHLIB was changed
703 (ie. LIB or PREFIX used). [Jochen Eisinger]
704 - Turns out a handful of modules use dir_target(). Restored a version
705 for backwards compatibility.
706 - Moved blibdirs target from top_targets() to its own section. Lots of
707 modules rewrite top_targets() so blibdirs wouldn't be written.
708
dd0810f9 7096.20 Thu Nov 6 02:25:58 PST 2003
710 - Fixing dos2unix on Cygwin. In-place editing doesn't work 100% so we
711 take a more conservative approach.
712 - Small postamble.t test temp file cleanup fix for Cygwin and Windows.
713 - Small Command.t test fix for 5.5.3. No real bug [rt 4290]
714 - Small Liblist fix for Cygwin and import libraries [Gerrit P. Haase]
715 - metafile error message slightly mangled. Bare $! mistake confusing
716 nmake [rt 4285 4301]
717
a7d1454b 7186.19 Mon Nov 3 22:53:56 PST 2003
719 - Removed 00setup_dummy.t and zz_cleanup_dummy.t. Tests now setup and
720 teardown the dummy modules as needed.
721 - Little test glitch on systems without $Config{usevendorprefix} set
722 - INSTALL(SITE|VENDOR)MAN*DIR now fall back to $(INSTALLMAN*DIR)
723 instead of copying its value. This lets "perl Makefile.PL
724 INSTALLMAN1DIR=/some/man/man1" work like expected.
725
7266.18 Mon Nov 3 20:09:51 PST 2003
727 - parse_version() was blowing over $_ (Ilya Zakharevich)
728 - 5.6.2 has the same Cygwin shared lib name fix as 5.7.0. (Gerrit Haase)
729 * When $Config{install(site|vendor)man*dir} aren't set it will now
730 fall back to $Config{installman*dir}. Similar for
731 $Config{install(site|vendor)bin}. This preserves behavior for older
732 Perls.
733 * Eliminated the dependency on perl.h for pure-perl builds.
734 * Eliminated .exists files. Added blibdirs target using MKPATH instead.
735 - Removed now unused dir_target() method.
736 - Added a little documentation to instmodsh.
737 * Made sure PREFIX always has something in it. Module authors like to use
738 it when extending MakeMaker. Currently using one of
739 PERL/SITE/VENDORPREFIX based on the value of INSTALLDIRS.
740 * Added SIGN to generate module signatures with cpansign (Autrijus Tang)
741 - Slight tweaks to MAKEFILE_OLD and MAKE_APERL_FILE restoring a mistake
742 made around 6.06 to fix static builds on OS/2
743 - Added ExtUtils::Command::dos2unix()
744 * manicopy() would make the copied files read-only if 'cp' was used.
745 * Fixed prereq check for modules which are also keywords like if.pm and
746 open.pm (Autrijus Tang)
747 - Made ExtUtils::Command mv and cp return whether or not they succeeded.
748 * metafile_addtomanifest now mentions what its doing.
749 * metafile will not die if it can't write to META.yml, just emit a
750 warning. This lets 'make dist' continue with a read-only META.yml
751 - Small fix to identify UWIN on NT (Randy Sims)
752 * metafile will not touch the META.yml if it does not need to be changed
753 (Thanks to Tim Bunce for this idea)
754 * Fixed 'make uninstall' which looks like its been broken since last
755 November and nobody noticed.
756 - Fixing minor bug in VMS prefixification logic when PREFIX was not set
757 by the user.
758 - Fixing potential bug in prefixification for relative directories
759 * Documented UNINST=1
760
30361541 7616.17 Sun Sep 14 20:52:45 PDT 2003
762 - Fixing LD so it can be set properly on Win32. (Orton Yves)
763 * Fixing the init_PERL() "tack $Config{exe_ext} onto $^X" logic so
764 it works on VMS allowing $^X to be found.
765 * Fixing make install UNINST=1 on Windows so it can search PERL5LIB
766 (Orton Yves)
767 - Fixing "could not open MANIFEST" test for OS/2 (and probably others)
768 where a read-only file cannot be deleted.
769 - Hacking around the fact that when built for debugging, VMS creates
770 ndbgperl.exe.
771 - Eliminating the never implemented "help" argument.
772
2c91f887 7736.16 Mon Aug 18 01:39:51 PDT 2003
774 * Fixing the max exec length for Windows to account for old
775 versions of nmake (the one you can download for free from MS).
776 - Hack to normalize //foo//bar paths in ExtUtils::Installed.
777 [Sreeji K Das]
778 * Adding Module::Build utility files to MANIFEST.SKIP
779 - PREREQ_PRINT is supposed to exit after dumping. (Wolfgang Friebel
780 bleadperl@20530)
781 - maniadd() was trying to open the MANIFEST even if it didn't need to
782 causing unnecessary errors for read-only MANIFESTs (rt.cpan.org 3180)
783
64964e6d 7846.15 Sun Aug 3 16:41:05 PDT 2003
785 - Make FIXIN on Win32 use the new pl2bat rather than an already
786 installed one when building the core (Mattia Barbon)
787
7886.14 Sun Aug 3 16:23:27 PDT 2003
789 - Adding a reference to the Module::Build META.yml spec in the META.yml
790 itself and the metafile documentation.
791 - Removed Begin/End comments from manifypods that were getting in the
792 way of users adding code to the manifypods target.
793 - Putting a POD2MAN macro back as an alias to POD2MAN_EXE and using
794 it instead of POD2MAN. This allows people to generate their own man
795 installation targets in a backwards compatible way.
796 * Adding reference to the Module::Build META file spec in the docs.
797
0fdc96ff 7986.13 Thu Jul 31 16:48:01 PDT 2003
799 - Generated META.yml now has the prereqs in sorted order (Andy Lester)
800 - Arguments to child Makefile.PLs were still having .. prepended. This
801 was exposed by the earlier fix of rt.perl.org 4345.
802 - extralibs.ld (for static builds) wasn't being cleaned up.
803
1b0fc073 8046.12 Tue Jul 29 22:19:38 PDT 2003
805 - Should any of your prefixes be /, MakeMaker might lose this and
806 prepend your prefix as "prefixyour/directory" rather than
807 "prefix/your/directory" (Ed Moy bleadperl 20283)
808 - Reversing "realclean was duplicating work already done by clean"
809 (CVS 1.124 MM_Unix.pm). Turns out it wasn't a duplication and this
810 was causing INST_* files to be left behind if your INST_LIB wasn't
811 blib/* as in the perl core. realclean now removes the files copied
812 to INST_*.
813 - Eliminating xsubpp_version(). No longer relevant. It was checking
814 for a feature added to xsubpp before 5.003_07 and doing it in a
815 really bizarre way.
816
8176.11 Thu Jul 24 01:24:37 PDT 2003
818 - Small grammatical doc touch up by Sean Burke
819 - Making basic.t clean up better after itself so it can be run
820 twice without setting up and cleaning up Big-Dummy again.
821 * Noting where to find make in the README
822 * Noting that MakeMaker does not produce a GNU make compatible Makefile
823 on Windows.
1b0fc073 824
8256.10_08 Mon Jul 21 18:17:06 PDT 2003
826 * $Config{installvendorman*dir} was being ignored and our default
827 always used. [rt.cpan.org #2949]
828 * Setting NORECURS to true was still resulting in a Makefile which
829 tried to recurse into subdirectories which contained a Makefile.PL
830 (it simply wouldn't have run them to generate Makefile's).
831 This appears to be a rather old bug.
832 [rt.cpan.org #2951]
833 * [rt.perl.org #4345] Arguments passed to WriteMakefile() would get
834 stopped upon by $self->{PARENT} in recursive builds in the process
835 of prepending a .. onto it.
836 - Command.t now using its own temp directory when testing
837 expand_wildcards() so no stray files confuse it.
838 * No longer warning about 'postamble' attribute.
839 - Added installvars() to list INSTALL* variables so we don't keep
840 repeating the list all over the code.
841 - Added init_DEST() to create DESTINSTALL* variables for installing
842 with DESTDIR set.
843 * DESTDIR + PREFIX now does not duplicate DESTDIR. [Redhat #91892
844 and part of rt.cpan.org #2954]
845 * DESTDIR is now not directly prepended to the INSTALL* variables.
846 installation targets now use DESTINSTALL* instead. This prevents
847 the DESTDIR from showing up in places it shouldn't like perllocal.pod.
848 DESTDIR is still appearing in .packlist (bug). [rt.cpan.org #2954]
849 - MM_VMS->prefixify() wasn't honoring the %Config_Override causing
850 some MakeMaker generated config variables to be ignored.
851 - MM_VMS->prefixify() was only VMSifying part of its filepaths causing
852 internal comparisions to get confused and think it had to prefixify
853 when it didn't.
854
8556.10_07 Sat Jul 5 16:12:52 PDT 2003
856 * Fixing location of perllocal.pod so its always in INSTALLARCHLIB
857 instead of one for each perl, site and vendor.
e3aa3ecb 858 - Sun's make treats escaped newlines oddly. Switching oneliner() back
859 to using multiple -e's.
860 * Bug in libscan() meant that any .pm containing RCS or CVS or SCCS
861 in its name (for example, RCS.pm) would be skipped.
862 - Command.t was getting confused in the core because it was reading
863 files from the core t/ directory, not MakeMaker's t/ directry.
864 - MM_OS2 PERL_ARCHIVE_AFTER test wrong for a.out systems (Ilya)
1b0fc073 865 - Fixing perllocal.pod and XS installation on VMS. An extraneous
866 newline was introduced when changing the install macros over to
867 $(ECHO).
868 - Added $(ECHO_N) macro to emulate 'echo -n'
e3aa3ecb 869
c2990482 8706.10_06 Sat Jun 7 00:55:29 PDT 2003
871 - Whoops, Liblist.t busted on VMS after I turned strict on in
872 ExtUtils::Liblist::Kid. Merely a test bug, not a real bug.
873 - Fixed metafile_addtomanifest failure so the proper error shows.
874 - Fixed metafile_addtomanifest failure diagnostic leaking out during
875 the basic.t test on Windows.
876
1df8d179 8776.10_05 Fri Jun 6 18:15:30 PDT 2003
878 * Documenting META.yml, NO_META
879 * Documenting the fact that distdir will auto generate META.yml and
880 alter your manifest.
881 * Adding META.yml autogeneration to the FAQ
882 - Recognizing comments with leading whitespace in MANIFESTs better.
883 - Small ExtUtils::Liblist::Kid problem on VMS (Craig Berry)
884 * Fixed "make install UNINST=1". Appears to have been broken somewhere
885 around 6.06_01.
886 - Documented the fourth argument to ExtUtils::Install::install()
887 - install() will now honor a PERL5LIB change between ExtUtils::Install
888 loading and install() running when uninstalling shadows.
889 - META.yml generation deals gracefully when the MANIFEST is read-only
890 (Slaven rt.cpan.org 2723)
891 - Fixing tests on limited dir depth VMS systems by moving the
892 dummy-install dir one level up (Craig Berry rt.cpan.org 2747)
893
2530b651 8946.10_04 Fri May 23 01:13:04 PDT 2003
895 - Working around BSD threaading bug in version check. [from bleadperl]
896 - Added the Makefile to the dist dependencies. (Slaven Rezic)
897 - Reversing the find_perl() version check failure warning introced in
898 6.10_03. Too talkative, warned when nothing was wrong.
899 * Fixing META.yml auto-addition when there's no newline at the end
900 of the MANIFEST [rt.cpan.org 2444]
901 * Making it a bit more obvious in the MANIFEST where META.yml comes from.
902 - Fixed $_ clobbering in ExtUtils::Manifest functions.
903 - [rt.cpan.org 2591] some LD_RUN_PATH thing (Marek Rouchal)
904 - Added core.\d+ files to 'make clean' [rt.cpan.org 2543] (Slaven Rezic)
905 - INST_* targets were expanded too early (Stas Bekman)
906 - Adding ExtUtils::MakeMaker::bytes (bytes.pm backwards compat wrapper)
907 - Fixing MM_MacOS so it will compile on 5.5.x machines (use bytes wrapper)
908 * Reducing perldepend set of CORE/*.h dependencies to what 5.5.3 has.
909 5.5.3 should be able to compile XS again.
910 * Eliminating fakethr.h and perlsfio.h from VMS's perldepend as they
911 sometimes don't get installed.
912 - ExtUtils::Install was making a few directories even with the
913 "don't really do it" switch on (Slaven Rezic)
914 * can build static linked perl binaries again. Probably damaged in
915 6.06_01 when $self->{MAKEFILE} became FIRST_MAKEFILE. (Nick Clark)
916
9176.10_03 Fri Apr 11 00:21:25 PDT 2003
918 * Added NO_META WriteMakefile() option to suppress generation of
919 META.yml. (Spoon, rt.cpan.org 2359)
920 - Spurious linebreak in uninstall_from_sitedirs on VMS (Craig Berry)
921 * A bit after 6.05 man page names would come out as lib::Foo::Bar
922 if the module name didn't contain a ::. Found with podulators.
923 Fixed.
924 * Skipping installation of RCS ,v files.
925 * 'make ci' was busted between 6.05 and 6.06_01. Fixed. (Andreas)
926 - 'make test' was broken when there's no tests. Introduced in 6.06_03.
927 (Stas Bekman)
928 - Solving some directory depth problems in tests on oldish VMS systems.
929 (Craig Berry)
930 - Fixing MM_MacOS so it compiles on UTF-8 systems. (Jarkko)
931 - Making find_perl() more talkative when the version check fails
932 miserably.
933 - Fixing PERL_ARCHIVE on VMS so XS can compile again (Craig Berry)
934
9356.10_02 Mon Apr 7 00:57:15 PDT 2003
936 * Removed 2>&1 experiment introduced in 6.10_01 for all non-Unixen
937 except for OS/2. Thought Perl might emulate `... 2>&1`. It doesn't.
938 Just on OS/2.
939
9406.10_01 Sun Apr 6 19:31:42 PDT 2003
941 - Making install "Skip ... (unchanged)" message happen consistently
942 - Checking file sizes as well as modification times when deciding
943 to skip installing a file.
944 - OS/2 was using $(RM) instead of $(RM_F) (Ilya)
945 - OS/2 needs .dll removed on failed build (Ilya)
946 - fixin() was assuming that rename() can overwrite the target (Ilya)
947 - manifypods target was empty if there are no pods to manify. Put in
948 at least $(NOECHO) $(NOOP)
949 - Cygwin test to check for finding pod2man when building the perl core
950 removed. No longer relevent.
951 - Small fixes for dmake (Mattia Barbon)
952 * Added "Reporting bugs" section to the PATCHING doc.
953 - Minor bug in compile test missed ExtUtils::Liblist::Kid
954 - Removing $(VERSION_FROM) from Makefile dependency. It was too
955 annoying to rebuild the Makefile every time the module changed.
956 Mentioned it in the FAQ instead.
957 - Fixing PERL_ARCHIVE macro on VMS. Apparently it never appeared
958 properly before. (Craig Berry)
959 - Fixing ECHO on dmake.
960 - Adding os_flavor() and os_flavor_is()
961 - Making basic.t error output combine STDOUT & STDERR for easier
962 reading.
963 * ExtUtils::Manifest will now work case insensitively.
964 - Fixed 'subroutine redefined' warnings in 00compile.t
965 - Fixed it so typemaps are only looked for in the perl core library.
966 * Hacking around VMS filesystem problems reconstructing package names
967 from filenames in ExtUtils::Installed. (Jesper Naur)
968
969# There was no 6.06, I jumped straight to 6.10_XX because there's been
970# so much change between 6.05 and now.
971
9726.06_05 Mon Mar 31 02:44:11 PST 2003
479d2113 973 - Syncing into bleadperl. Minor nits revealed...
974 - AutoSplit open filehandle bug was fixed in bleadperl. Averted a
975 warning because of this.
976 - hint files were only being loaded if . happened to be in @INC.
977 A bug/feature of File::Spec was stripping off the current dir from
978 the front of hintfile paths causing Perl to look for them in @INC.
979 Worked around.
980 - Now checking $! for errors if a hint file returns undef
981 - compile test was testing all of perl! Scaling back to just ExtUtils/
982
9836.06_04 Sun Mar 30 20:34:39 PST 2003
984 - Now looking for ExtUtils::xsubpp through @INC rather than just
985 the perl core directories. This helps ExtUtils::ParseXS.
986 - Systems which don't put their libraries under their $Config{prefix}
987 (OS X, Debian) weren't putting their libraries in the spot declared
988 in Config. It was going under $Config{prefix}.
989 - Prerequisites check now deals better with X.Y_Z style alpha versions
990 - ExtUtils::Liblist->ext() was using $Config{perllibs} which is a 5.6.1
991 thing. Falling back to $Config{libs} if perllibs isn't there.
992 - ExtUtils::Command::MM now reads from @ARGV if called with no
993 args. Makes the one liner a bit simpler.
994 * Restored ExtUtils::Liblist::ext() for backwards compatibility.
995 Missing since 5.6.1.
996 - Switching to relative dirs for self-building to shorten
997 command line lengths.
998 - Fixing minor test warning on VMS when compiling ExtUtils::Manifest
999 - Skipping STDIN read prompt() tests on 5.5.3. Can't test due to
1000 eof() not honor tied handles.
1001 - Config.pm on 5.5.3 doesn't have any concept of vendor*. This was
1002 causing warnings when generating the Makefile.
1003
10046.06_03 Sat Mar 29 19:44:53 PST 2003
1005 - Added AUTHOR and ABSTRACT_FROM info for ppd generation.
1006 - Added echo() method to portably echo text to a file.
1007 - Worked around 5.8.0 eval 'require Foo::Bar' bug causing MakeMaker
1008 to think modules weren't installed.
1009 - Modernized VMS doc_*_install targets
1010 - Changed some $(PERL) -e "print ..." code to use $(ECHO).
1011 - Replaced uses of Delete/NoLog/NoConfirm with $(RM_F) in MM_VMS
1012 - Fixed some duplicate macros making MMS happy.
1013 - Fixed $ExtUtils::MM_VMS::Revision. It was just the $VERSION before.
1014 - Fixed ExtUtils::Command::MM::perllocal_install(), uninstall(),
1015 warn_if_old_packlist().
1016 * Pulling File::Spec::VMS::fixpath() and eliminate_macros() into MM_VMS
1017 as the new cannonical location. They never should have been in F::S
1018 in the first place.
1019 * ExtUtils::Command::eqtime() would truncate the file being equalized!
1020 Holdover from exclusive .exists usage.
1021 - Cleaned up hard coded 'echo' and '@' to $(ECHO) and $(NOECHO)
1022 - $(SAY) is now $(ECHO) on VMS
1023 - Moved rogue initializations from tools_other() to init_others()
1024 - Normalized MM_VMS's tools_other() to mostly use its superclass.
1025 - split_command() was off-by-one when calculating max command line
1026 lengths causing it to run over on VMS
1027 - made split_command() a bit smarter, taking into account some macro
1028 expansion
1029 - Fixed initialization of OBJECT, DISTNAME and LDFROM on VMS
1030 - Fixed *_install target uses of File::Spec.
1031 - Added ExtUtils::MakeMaker::vmsish wrapper around vmsish so MM_VMS
1032 can be compiled on non-VMS machines. For testing.
1033 * Added ExtUtils::MakeMaker::Tutorial about writing modules with
1034 MakeMaker.
1035 - Removed "always use h2xs" dogma.
1036 - Added compile & POD test
1037 * 'make distdir' now generates META.yml module meta-data file.
1038 Proof of concept. Have to syncronize with Module::Build.
1039 * Added maniadd() to ExtUtils::Manifest to add entries to the MANIFEST
1040 * ExtUtils::Command::chmod was not interpreting file permissions as
1041 octal. Also, docs & tests slightly wrong (thanks Stas Bekman).
1042 - ExtUtils::Install was hard coding blib/lib and blib/arch, unportable
1043 [perl #21526]
1044
10456.06_02 Mon Dec 23 20:39:57 PST 2002
1046 * Lots of Win32 fixes busted between 6.05 and 6.06_01.
1047 * split_command() tests still not happy on Win32. Problems with
1048 shell vs Makefile escaping makes testing difficult.
1049 * VMS still broken. Need to convert File::Spec method calls back to
1050 object method calls so the weird FS::VMS->eliminate_macros() and
1051 fixpath() work again.
1052
10536.06_01 Thu Dec 19 00:14:49 PST 2002
1054 - Andreas found that when building the core it is desirable for
1055 MakeMaker to use a relative path to perl.
1056 - File::Spec->catfile() has a bug where the resulting file may not be
1057 canonicalized. This was causing problems when generating manpaths.
1058 MakeMaker now uses its own fixed override for catfile().
1059 - Fixed the POD recognition regex to properly catch /=head\d/ tags.
1060 * Added a PATCHING guideline document.
1061 - Updated the class hierarchy in NOTES.
1062 - Installed.t now cleans up after itself better.
1063 - Steve Purkis rewrote the manifypods system to use Pod::Man
1064 rather than pod2man. Its now portable and manifypods() moved from
1065 MM_Unix to MM_Any. As a result, lots of icky and redudant code went
1066 away. This also removes the POD2MAN macro, but noone should be
1067 using that.
1068 - "make manifypods" now works on Win32
1069 - "make manifypods" is now be faster
1070 - Made MM_Unix->find_perl more portable. Eliminated MM_Win32->find_perl
1071 override. MM_VMS->find_perl remains.
1072 * find_perl() can now handle filenames with spaces in them (RT448)
1073 * find_perl() on Win32 no longer produces spurious "File Creation error"
1074 messages (perlbug ID 20020709.001)
1075 - Removed unfinished and unused maybe_command_in_dirs()
1076 - Removed dead SelfLoader cruft from MM_Unix.
1077 - Fixed PPD generation when the ppd contains quotes (RT1473)
1078 - Fixed PPD generation on VMS
1079 - Moved Win9x specific subdir_x() code from MM_Unix to MM_Win95
1080 * Craig Berry fixed hint files on VMS
1081 - Added the perl_onliner() method to generate portable, safe one-liners
1082 - Changing hardcoded $self->{MAKEFILE} to $(FIRST_MAKEFILE).
1083 * Rafael Garcia-Suarez made MakeMaker ignore Subversion control files
1084 by default.
1085 - Added MAKEFILE_OLD macro.
1086 * No longer generating man pages by default on VMS.
1087 - Improved DISTNAME docs
1088 * Documented DISTVNAME and VERSION_SYM
1089 * Documented dist()
1090 - Seperated dist_core() into dist, tardist, uutardist, tarfile,
1091 zipdist, zipfile and shdist_target methods. Allows elimination
1092 of redundant code in MM_VMS.
1093 - Replaced WARN_IF_OLD_PACKLIST, DOC_INSTALL and UNINSTALL
1094 one-liners with ExtUtils::Command::MM functions
1095 - Replaced VMS hand-rolled perl code for TOUCH, CHMOD, RM_F and RM_RF
1096 with ExtUtils::Command functions. Added TEST_F.
1097 - Adding clean_subdirs target and clean_subdirs_target() method to
1098 generate same. This allows easier overriding of an unportable part
1099 of the clean target.
1100 - Defined DEV_NULL for MacOS
1101 - Removed ROOTEXT from MM_MacOS, apparently unused
1102 - Added $(DIRFILESEP) macro and init_DIRFILESEP to avoid
1103 hardcoding / or \. Reduces code duplication in the MM_* modules.
1104 - Added init_platform() and platform_constants() for OS specific
1105 macros. Moved OS specific macros from constants() overrides there.
1106 - Added init_VERSION() to setup various *VERSION* macros.
1107 - Added default wraplist() to make porting easier.
1108 - Added makemakerdflt_target() to guarantee 'all' is the default
1109 target.
1110 - Added special_targets() to handle things like .PHONY and make sure
1111 they come first.
1112 - Added init_linker() to initialize linker relatied macros.
1113 - MM_MacOS constants() disolves
1114 Moved MACPERL_SRC, MACPERL_LIB, MACPERL_INC from init_main() to
1115 init_platform().
1116 Moved DEFINE and INC tweaking from constants() to init_main()
1117 Moved DEFINE_VERSION & XS_DEFINE_VERSION from constants() to
1118 init_VERSION().
1119 Eliminated MODULES. Unused and its the same as TO_INST_PM
1120 Moved .INCLUDE from constants() to special_targets()
1121
1122 - MM_NW5 constants() & init_others() disolves
1123 Moved LIBPTH, BASE_IMPORT, NLM_VERSION, MPKTOOL, TOOLPATH from
1124 init_others() to init_platform()
1125 Moved INCLUDE and PATH definitions from constants() to
1126 init_platform()
1127 Moved BOOT_SYMBOL, NLM_SHORT_NAME, PATH and INCLUDE from
1128 constants() to init_platform()
1129
1130 - MM_Unix constants() goes on a diet
1131 Moved all macro definitions to init_* methods.
1132 Added MM_REVISION for completeness
1133 Using wraplist() instead of manual joining
1134 Moved .NO_CONFIG_REC, .SUFFIXES and .PHONY to special_targets()
1135 Moved makemakerdflt: to makemakerdeflt_target()
1136 Moved INST_{STATIC,DYNAMIC,BOOT} to init_INST()
1137 Moved EXPORT_LIST, PERL_ARCHIVE & PERL_ARCHIVE_AFTER to init_linker().
1138 Moved PERL_MALLOC_DEF to init_platform()
1139
1140 - MM_VMS constants() goes on a diet
1141 Moved DEFINE from constants() to init_main()
1142 Moved OBJECT & LDFROM from constants() to init_others()
1143 Moved MM_VMS_REVISION and PERL_VMS to init_platform
1144 Added MM_VMS_VERSION
1145 Moved DEFINE_VERSION, XS_DEFINE_VERSION and MAKEMAKER changes to
1146 init_VERSION
1147 Moved .SUFFIXES changes to special_targets() override.
1148 Eliminated $self->{PM_TO_BLIB}. Its redundant with $self->{PM}.
1149 constants() now consists only of fixpath() calls.
1150
1151 - MM_Win32 constants() goes away
1152 Moved .USESHELL to special_targets() override.
1153 Everything else was redundant.
1154
1155 - Added $(VERSION_FROM) to $(MAKEFILE) dependencies. Helpful for
1156 XS builds where the version number is very sensitive.
1157 - export_list(), perl_archive() and perl_archive_after() consolodated
1158 into init_linker().
1159 - Added MM_NW5_VERSION, MM_Unix_VERSION, MM_Win32_VERSION,
1160 MM_VMS_VERSION.
1161 - Eliminated duplicate code in constants() overrides
1162 - Added all_target() for easier customization of what's run by default
1163 - Eliminated duplicate top_targets() overrides
1164 - Made tool_autosplit() method portable. Moved to MM_Any. Eliminated
1165 overrides.
1166 - Adding realclean_subdirs target and realclean_subdirs_target()
1167 method to generate same. This allows easier overriding of an
1168 unportable part of the realclean target.
1169 - Added oneliner() to create portable perl one-liners.
1170 - Craig Berry found some typos in ExtUtils::Liblist::Kid's VMS part
1171 * ExtUtils::Install did not work on MacPerl due to a hardcoded '.'
1172 * prompt() will now read from STDIN.
1173 - Craig Berry made sure extliblist() is always called even if LIBS
1174 is explicitly set to empty.
1175 * Added DESTDIR to make repacking easier.
1176 * $(*PREFIX) are returned to the INSTALL* variables.
1177 * Split $(PREFIX) into $(PERLPREFIX) and $(PREFIX). The former
1178 holds the location of the core libraries. The latter is the
1179 optional override prefix supplied by the user.
1180 * PREFIX overrides all other *PREFIXes when set in the Makefile.PL.
1181 This restores "make install PREFIX=foo".
1182 - Added quote_literal() to handle some shell quoting.
1183 - ExtUtils::MM_VMS now compilable on non-VMS platforms.
1184 - J. D. Laub made MakeMaker honor $Config{installstyle}
1185 - Renaming on OS/2 requires the target file to be removed.
1186 Partially fixed by Ilya, should be applied universally later.
1187 - Default MANIFEST.SKIP not catching files in subdirs. Fixed by Ilya.
1188 - Ilya fixed ExtUtils::Liblist->ext when called outside MakeMaker.
1189 - realclean was duplicating work already done by clean
1190 - Adding an explicit LICENSE
1191 - Cleaning up ExtUtils::Install docs.
1192 - ExtUtils::Install::uninstall() now has default verbose and
1193 dont_execute arguments.
1194 - Added some basic ExtUtils::Install tests
1195 - Fixed ExtUtils::Install::install() for relative dirs
1196 - Added split_command() and max_exec_len() to deal with long
1197 commands.
1198 - Seperated escape_newlines() from quote_literal(). This may
1199 be pointless.
1200 - pm_to_blib() now generated with split_command(). 3x speedup.
1201 - added init_dist() to initialize distribution constants
1202 - ExtUtils::Install::pm_to_blib() working around open filehandle
1203 bug in AutoSplit for systems with mandatory file locking.
1204
12056.05 Tue Aug 27 16:09:51 PDT 2002
1206 - Output format of the hint file verbose diagnostic is now in
1207 a format native to the OS, so it broke a test on non-Unixen.
1208
12096.04 Mon Aug 26 18:31:11 PDT 2002
1210 - Little fix for pre-5.8 Cygwin test to get the shared library names
1211 right.
1212 * disttest on Win9X broken because of forgotten tabs
1213 * WriteMakefile argument verification should now be accurate
1214 - Documented the LD flag.
1215 * Documented prompt()
1216 * vendor install was not adding to packlist or updating perllocal.
1217 - Supporting $Config{vendorarchexp} and $Config{vendorlibexp}.
1218 - Fixed conflict on VMS between logical names and directories
1219 (bleadperl 17488)
1220 - Fixed space-vs-tab bug on Netware (bleadperl 17579)
1221 - Mysterious NetWare fix from Ananth (bleadperl 17376)
1222 - Support OPTIMIZE in MacOS (bleadperl 17347)
1223 - Support hints in MacOS (mutation of bleadperl 17347)
1224 * Default man installation directories were using $(MAN*EXT) to
1225 generate the directory name. This turned out to be wrong more
1226 often than right, so we'll use man1 and man3 hard-coded.
1227 - Debian folks fixed the doc_install targets so the Appending
1228 diagnostic gives the correct directory for perllocal.pod
1229 * Added ExtUtils::MakeMaker::FAQ
1230 - Quieted some warnings on MacOS (bleadperl 17669)
1231
a884ca7c 12326.03 Wed Jun 19 17:06:14 EDT 2002
1233 - Documented that we're clamping down on cargo-cult MakeMaker
1234 programming.
1235 - Eased up the parameter verification to leave errant values alone.
1236 - Doug MacEachern documented LDDLFLAGS and added to known parameters.
1237 - Possible fix for XS compiles on Cygwin for pre 5.8 perls.
1238
d5d4ec93 12396.02 Sat Jun 15 19:46:06 EDT 2002
1240 - ExtUtils::Installed->modules() was broken in scalar context
1241 - Sync bleadperl 16922: Netware updates from Ananth Kesari.
1242 - Sync bleadperl 16922: MM_NW5 tests
1243 - Sync bleadperl 16938 & 16974: MM_MacOS->macify fixes from pudge.
1244 - Sync bleadperl 16989 & 16942: Small test fixes for MacPerl from pudge.
1245 - Improved WriteMakefile param verification to differenciate between
1246 parameters which don't exist and those that just take strings/numbers.
1247 [RT #707]
1248 * Documented TEST_VERBOSE
1249
69ff8adf 12506.01 Thu May 30 14:48:57 EDT 2002
1251 - MacOS Classic fixes from Pudge: recursive make repair,
1252 post_initialize() now used, DEFINE & INC work with relative paths,
1253 removed dead hybrid method/function call code.
1254 * WriteMakefile now a bit more tolerant of wrong arguments, it will
1255 warn and try to soldier on rather than just vomiting.
1256 - Netware whitespace nits (bleadperl@16811)
1257 - Netware Perl version number tag when building dynamic libraries
1258 needs to match the current perl version instead of being hard coded
1259 (a mutation of bleadperl@16851)
1260 - OS/2 bug in TEST_F target found by John Poltorak (bleadperl@16839)
1261 - README in 6.00 still declared this as alpha.
1262
12636.00 Sat May 25 17:14:09 EDT 2002
1264 - VMS 8-level limit test tweak (bleadperl@16764)
1265 * Here goes nothing.
1266
a67d7a01 12675.96_01 Wed May 22 19:11:09 EDT 2002
1268 - Fixed ExtUtils::testlib so it doesn't taint @INC.
1269 - Fixed ExtUtils::Command so it groks % shell wildcard on VMS.
1270 [RT 625]
1271 - MM now depends on Test::Harness 2.00 on VMS else tests with -T
1272 won't work, command line too long.
1273 - Added Craig's patch to fix limited level VMSs in the core.
1274
9ce33444 12755.95_01 Sat May 18 14:40:12 EDT 2002
1276 - Fixed ExtUtils::testlib so it has a reasonable chance of working
1277 under taint mode.
1278
57b1a898 12795.94_02 Fri May 17 17:16:04 EDT 2002
1280 - Fixing Manifest.t test for relative @INC when core testing.
1281
12825.94_01 Fri May 17 14:53:54 EDT 2002
1283 - Small NetWare change from Novell.
1284 - worked around 5.005_03's lack of a $Config{siteprefix} and
1285 $Config{sitebin}.
1286 - Small cross compilation changes (bleadperl 16582, 16548)
1287
1288 [[ Test Fixes ]]
1289 - Fixing ExtUtils::Command tests for VMS shell wildcard differences.
1290 - Fixing ExtUtils::Installed tests so they don't go looking at already
1291 installed installed lists.
1292
12935.93_01 Mon May 6 00:54:39 EDT 2002
1294 - fixed basic.t for limited depth VMS systems
1295 * MM_BeOS was totally hosed by a typo.
1296 - Made the ExtUtils::Command docs clear about how things come
1297 from @ARGV not @_.
1298 - Quieted nmake banners in disttest
1299
1300 * Backporting to 5.005_03
1301 - 'require 5.006' statements to 5.00503
1302 - Removing uses of File::Spec::Functions
1303 - Adding MODE arg to mkdir()
1304 - Changing uses of 'our' to 'use vars'
1305 - Changing uses of 'no warnings' to 'local $SIG{__WARN__}'
1306 - Changing 3-arg opens to 2-arg
1307 - Changing 'open my $fh' to 'open FH'
1308 - 5.005_03's File::Find doesn't have 'no_chdir'
1309
f582e489 13105.92_01 Mon Apr 29 23:09:38 EDT 2002
1311 - Fixing case of modules with no .pm files on VMS.
1312 - LDLOADLIBS fix for NetBSD and easier overriding (bleadperl 16233)
1313 * syncing in MM_MacOS from pudge.
1314 - syncing in NetWare fixes (16266 & 16190)
1315 - Cleaning up MM_NW5.pm somewhat.
1316
45bc4d3a 13175.91_02 Wed Apr 24 01:29:56 EDT 2002
1318 - Adjustments to tests for inclusion in the core.
1319
13205.91_01 Wed Apr 24 00:11:06 EDT 2002
1321 [[ API Changes ]]
1322 * A failing Makefile.PL in a subdir will now kill the whole
1323 makefile making process.
1324 * "make install PREFIX=something" will no longer work. Sorry.
1325 - Now supporting the usevendorprefix %Config setting
1326 - Tests now guaranteed to run in alphabetical order.
1327 - Allowing $VERSION = 0.
1328
1329 [[ Bug Fixes ]]
1330 - Missing prerequisite warning malformatted.
1331 - INSTALL*MAN*DIR and INST_MAN*DIR weren't allowed on the command
1332 line.
1333 * For years now skipcheck() has been returning a different
1334 value than what was documented.
1335 - Partially reversing Ken's "speed up ExtUtils::Manifest" patch
1336 from 5.51_01 so MANIFEST overrides MANIFEST.SKIP.
1337 * Fixed PREFIXification so it works on Win32.
1338 * Fixed PREFIXification so it works on VMS.
1339 - Fixed INSTALLMAN*DIR=none on VMS.
1340 * NetWare fixes (bleadperl@16076)
1341 - Craig Berry fixed some macro corruption on VMS.
1342 - Systems configured to not have man pages now honored thanks to
1343 Paul Green
1344 - Hack to allow 5.6.X versions of ExtUtils::Embed use MY implicitly.
1345 - Moved use of glob out of MM_Unix so MacPerl could build
1346
1347 [[ Test Changes ]]
1348 - Shortening directory levels to accomodate old VMS's
1349 - was using a slightly wrong prefix for the prefix tests
1350
1351 [[ Doc Fixes ]]
1352 - Documenting VERBINST
1353
5c161494 13545.90_01 Thu Apr 11 01:11:54 EDT 2002
1355 [[ API Changes ]]
1356 * Implementation of the new PREFIX logic.
1357 * Added new INSTALL targets:
1358 INSTALLSITEBIN
1359 INSTALLSITEMAN1DIR INSTALLSITEMAN3DIR
1360 INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR
1361 INSTALLVENDORBIN INSTALLVENDORLIB INSTALLVENDORARCH
1362 SITEPREFIX VENDORPREFIX
1363 * INSTALLDIRS=site now properly using $Config{siteprefixexp}
1364 (Thieved from Debian. Thanks!)
1365 * Added INSTALLDIRS=vendor & support for vendor directories
1366 (Thieved from Debian. Thanks!)
1367
1368 [[ Bug Fixes ]]
1369 - nmake syntax nits from Mattia Barbon
1370 - ExtUtils::Packlist fix for files with spaces in them from Jan Dubois
1371 (bleadperl@15800)
1372 - Old, old, old dmake bug in MM_Win32->pm_to_blib fixed by Nick
1373 (bleadperl 15847)
1374
1375 [[ Internals ]]
1376 - Purging leftover PDP compiler flags.
1377
13785.55_03 Sat Apr 6 21:57:01 EST 2002
1379 - Reversing "fix" for RT 444. It wasn't really fixed and it
1380 caused havoc with Compress::Zlib and Tk.
1381
e0678a30 13825.55_02 Sat Apr 6 03:09:15 EST 2002
1383 [[ Bug Fixes ]]
1384 - Craig Berry fixed install on VMS (again, I munged the last patch)
1385 - MakeMaker might not be recognizing it's in PERL_SRC on Win32.
1386 Made safer.
1387 - For some reason MM_VMS was using $Config{arch} instead of
1388 $Config{archname}
1389 - Fix (well, hack) for creating ABSPERL on VMS.
5c161494 1390 - Quieting some warnings revealed by ExtUtils::Constant
1391 - test_via_script had a typo and forgot INST_ARCHLIB
e0678a30 1392
1393 [[ Test Fixes ]]
1394 - INST.t has to tell MakeMaker it's in the PERL_CORE
5c161494 1395 - Fixing expected values of INST_* when building the core.
e0678a30 1396
13975.55_01 Thu Apr 4 23:58:06 EST 2002
1398 [[ API Changes ]]
1399 * Long deprecated INST_EXE completely removed.
1400 - Removing TEST_LIBS constant (never seen in a stable MM anyway)
1401 - Added $default argument to prefixify() for safer prefixification.
1402
1403 [[ Bug Fixes ]]
1404 - $mm->{PERM_*} were not being set
1405 - fixin() redundantly chmod'ing scripts. Let the Makefile do that.
1406 - The above means MM_Unix will now compile cleanly under strict
1407 * init_dirscan's search for Makefile.PL's will no longer look
1408 inside a distdir.
1409 * Fixed running tests when there are t/'s in subdirs.
1410 - MM_DOS inheriting from MM_Unix instead of MM_Win32. DJGPP
1411 appears to be unix-like (bleadperl@15650)
1412 - Escaping constants with # in them so they're not confused as
1413 make comments (bleadperl)
1414 * ExtUtils::MM_Win95 didn't return a true value
1415 - Fixing disttest when perl is a relative path.
1416 * Fixed disttest & tests in subdirs on Win95
1417 - Fixed recursive Makefile.PL scan on VMS so it skips the distdir
1418 - Fixed a bug when an alternative MAKEFILE is specified and you're
1419 using something other than a Makefile.PL (RT 444)
1420 - Quieting uninit warning when there are no tests.
1421
1422 [[ Doc Fixes ]]
1423 - Documented INSTALLMAN*DIR == 'none' feature.
1424
1425 [[ Test Fixes ]]
1426 - Paul Green's which_perl patch to build a proper Perl on systems
1427 that use command extensions.
1428 - basic.t's Makefile.PL PREFIX call wasn't properly quoted for VMS
1429 (Craig Berry)
1430 - little initialization glitch in MM_Win32.t
1431
1432 [[ Internals ]]
1433 - INST_* constants moved to init_INST
1434 - INSTALL* constants moved to inst_INSTALL
1435 * Internal warning supression removed.
1436 - Temporarily turning off SelfLoader in MM_Unix so warnings
1437 have the right line numbers.
1438
75e2e551 14395.54_01 Sat Mar 30 02:32:44 EST 2002
1440 [[ New Features ]]
1441 * Added FULLPERLRUN and FULLPERLRUNINST
1442
1443 [[ Bug Fixes ]]
1444 - hint files were made a little too noisy in 5.53_01
1445
1446 [[ Test Fixes ]]
e0678a30 1447 - adjusting for NFS time drift
75e2e551 1448 - basic.t was finding the wrong perl in the core
1449
e0678a30 1450 [[ Internals ]]
1451 - FULLPERL* PERL* setup moved to init_PERL
1452
75e2e551 14535.53_02 Fri Mar 29 04:47:44 EST 2002
1454 - Adjusted for Perl core. Synced into bleadperl.
1455
f6d6199c 14565.53_01 Fri Mar 29 00:13:02 EST 2002
1457 [[ Bug Fixes ]]
1458 - Removed duplicate NAME macro definition
1459 - Fixed makemakerdflt target for VMS
1460 * bleadperl@11460 introduced a bug with recursive Makefile.PL's not
1461 having '.' in @INC. PDL should build now.
1462 * MANIFEST.SKIP only working on file names, not full relative paths.
1463 Only since 5.51_01 (RT 413)
1464 * make test TEST_VERBOSE=1 was busted by 5.50_01 (RT 423)
1465 * Error messages from dying Makefile.PL's and hint files were
1466 accidentally supressed in 5.48_04. Fixed.
1467 * Makefile.PL's are supposed to be run in package main. 5.48_04
1468 broke this. Fixed.
1469 * Fixing installing on VMS.
1470
14715.52_01 Tue Mar 26 00:24:26 EST 2002
1472 [[ Bug Fixes ]]
1473 * ActivePerl 5.6.1/build 631 now 100%
1474 - Fixed some SelfLoader warnings
1475 * ExtUtils::MM_Win32 not subclassed off of ExtUtils::MM_Any properly
1476 - Bug in local $ENV{FOO} was causing failures in MM_Win32 tests.
1477 Compensating for the bug.
1478 - $Config{prefixexp} is sometimes bad on ActivePerl, compensating
1479 - Accidentally left htmlifypods tests in MM_Win32 tests
1480
1481 [[ Doc Changes ]]
1482 - Expanding Known Good list
1483 - Adding Known Programs to README
1484
14855.51_01 Mon Mar 18 01:37:02 EST 2002
1486 [[ API Changes ]]
1487 - Removing xsubpp and typemap from the distribution. These are not
1488 Perl version independent files and should not be upgraded.
1489 - Removing ExtUtils::Embed. Version specific module and should
1490 not be updated.
1491 - Removing ExtUtils::Constant. Not directly tied to MakeMaker.
1492 Will be distributed seperately by Nick Clark.
1493
1494 [[ New Features ]]
1495 * realclean now deletes 'dist' directory.
1496
1497 [[ Bug Fixes ]]
1498 * Fixing ExtUtils::Installed for VMS
1499 * Fixed it so MakeMaker can build itself without needing an eariler
1500 version installed
1501 * Fixed ExtUtils::Installed so packlists work on VMS
1502 * ExtUtils::MM_VMS test had a stupid typo that prevented most
1503 of the tests from running.
1504 - Fixing VMS so 'mmk' is always 'mmk all' (bleadperl 15218)
1505 - ExtUtils::MM_Any->catfile was calling catdir
1506 - Added Ken William's "speed up ExtUtils::Manifest" patch.
1507 - Added Nick Clark's return value of manifest routines patch
1508 (bleadperl@14978)
1509 - Merging in bleadperl changes (14438, 14453, 14611, 14612, 14622,
1510 14655, 14677, 14688, 14902, 15023, 15187, 15367)
1511 - bleadperl change 15325 (VMS 'mmk all' hack) rejected.
1512 - ExtUtils::MM_Any->test_via_harness() now using -MExtUtils::testlib
1513 instead of -I's. This keeps the command line shorter on VMS, but
1514 it means TEST_LIB doesn't work anymore. May prove problematic.
1515 - PERLRUN now uses FULLPERL instead of PERL. This avoids
1516 accidental use of miniperl. May cause problems in the core.
1517 - Fixed test_via_harness() on VMS so it uses PERLRUN.
1518 - ExtUtils::Manifest wrongly handling MANIFEST on VMS.
1519 - ExtUtils::Manifest::maniskip broken due to misuse of /o on a regex.
1520
15215.50_01 Mon Mar 4 23:44:48 EST 2002
1522 [[ API Changes ]]
479d2113 1523 - htmlifypods and all HTML targets have been removed. It didn't
f6d6199c 1524 work properly. A target for HTMLifying of docs will be
1525 added sometime in the future (read: send a patch).
1526 - Deprecated ROOTEXT variable removed (its been deprecated for
1527 more than five years).
1528 - Removed ExtUtils::Miniperl from the CPAN distribution. Can't
1529 see how its useful outside the core.
1530
1531 [[ New Features ]]
1532 * Emacs backup files (ie. *~) are no longer copied into blib
1533 (this means you won't get Foo.pm~ accidentally installed anymore).
1534 - prefixify() now returns if the prefixification worked or not.
1535 - added the Perl patchlevel info to the description embedded in DLLs
1536 (Ilya Zakharevich perl change 14810)
1537
1538 [[ Bug Fixes ]]
1539 * 5.49_01 broke anything that depended on the MM class to be loaded
1540 with ExtUtils::MakeMaker, like CPAN. Temporarily fixed.
1541 * Many places wrongfully assume MM methods can be called as class
1542 methods! Inside and outside of MakeMaker.
1543 * DOS now acts like Win32 instead of Unix. This should be less wrong.
1544 - Netware tweak from Ananth Kesari (perl change 14780)
1545
1546 [[ Doc Changes ]]
1547 * made the docs about the behavior of PREFIX a bit more vague
1548 reflecting its odd behavior.
1549 - Replaced references to %Config with things people are more likely
1550 to understand in PREFIX & LIB docs.
1551 - Put PREFIX before LIB in the docs.
1552
1553 [[ Internal Refactorings ]]
1554 - File::Spec wrappers consolidated in MM_Any
1555 - test_via_harness/script consolidated in MM_Any
1556 * Added ExtUtils::Command::MM to replace large -e "one-liners"
1557 * Added ExtUtils::MM_UWIN, took UWIN specific code out of MM_Unix.
1558 * Added ExtUtils::MM_DOS, took some DOS specific code out of MM_Unix
1559 - Added a dist() override to MM_OS2.
1560 - Took the OS/2 specific code out of MM_Unix's dist()
1561 - Starting to quote as many command line switches as possible
1562 to make VMS have to override less of MM_Unix.
1563
15645.49_01 Mon Feb 4 00:42:40 EST 2002
1565 - Default TEST_LIBS now contains absolute paths, so tests can
1566 chdir without breaking @INC.
1567 - Some bug fixes in MM_Win32 were missing in MM_NW5.
1568 - LLIBPERL was not being set.
1569 - Gisle Aas fixed a warning in prompt when the user hits ctrl-D
1570 or pipes STDIN to /dev/null.
1571 - VMS's test is now a proper ->can check.
1572 - Stray newline in Command.t causing havoc (bleadperl 14441)
1573
1574 * Lots of internal changes. Everything from here on is an internal
1575 change.
1576 - Broke ExtUtils::Liblist::Kid out into its own .pm. Temporary.
1577 - Broke MM and MY out into their own .pm's. Possibly temporary.
1578 - Broke ExtUtils::MM_Win95 out of ExtUtils::MM_Win32. MM_Win95
1579 is now an MM_Win32 subclass.
1580 - Removed wrapper methods from ExtUtils::Liblist that were
1581 defering File::Spec loading. Almost everything uses File::Spec
1582 - Changed most of the 'our's to 'use vars' in prep for 5.005_03
1583 backporting
1584 - Changed ExtUtils::MakeMaker->import(...) cargo-cultery in MM_*
1585 modules to proper "use ExtUtils::MakeMaker qw(...)"
1586 - All non-Unix MM_* modules now directly inherit from MM_Unix.
1587 They did this before, but in a round-about way.
1588 - MM_* modules no longer directly muck with @MM::ISA. Instead
1589 @MM::ISA does that itself.
1590 - Removed unnecessary require of Exporter in many MM_* modules.
1591 - MM_Cygwin was using an MM_Unix function directly without have
1592 explicitly required MM_Unix.
1593 - Most of MM_NW5 was redundant with MM_Win32. So MM_NW5 is now
1594 a subclass of Win32 and the reduendant code has been deleted.
1595 - Replaced lots of calls to File::Spec->updir, curdir and rootdir
1596 with a global in MM_Unix. Should make things a bit faster.
1597 - Untabified ExtUtils::MakeMaker. I hate tabs.
1598 - "Which MM subclass should I use" logic moved from EU::MakeMaker
1599 to EU::MM.
1600 - Deprecated EU::MakeMaker::Version_check deleted.
1601
16025.48_04 Mon Jan 21 19:28:38 EST 2002
1603 - No longer requiring Test::More
1604 - Now tested to work with a clean 5.6.1
5c161494 1605 - Stripped out $Revision based $VERSIONs.
f6d6199c 1606 - Rolled in patches from p5p, vmsperl & VOS (14325, 14338, 14360, 14364)
1607 * hint files now run in a safer context. Only $self is available.
1608 - ExtUtils::testlib now provides absolute paths into @INC.
1609 No longer obsolete
1610 - Little test fixes
1611
39234879 16125.48_03 Thu Jan 17 23:44:38 EST 2002
1613 * moved bin/inst to bin/instmodsh
1614 * Some Win32 backporting fixes. The -x switch doesn't seem to
1615 work on Win32/5.6.1.
1616 * Bug on Win32. MAKEMAKER variable not set properly.
1617 * _02 broke hints files. Now fixed.
1618 - Minor prereq error formatting glitch
1619 - ExtUtils::testlib no longer a thin wrapper around blib, now a
1620 thin wrapper around lib like it was. blib is noisy on 5.6.1.
1621 - Nick and chromatic found and fixed some warnings in the tests
1622
16235.48_02 Wed Jan 16 19:11:26 EST 2002
1624 - Fixed some Win32 warnings. Needs more work.
1625
e0678a30 16265.48_01 Wed Jan 16 15:10:28 EST 2002
39234879 1627 * Adapted from bleadperl@14303
1628 * Backported to 5.6.1
1629 - inst and xsubpp moved out of lib/ and into bin/
1630 - ExtUtils::testlib obsoleted. Now a thin wrapper around blib.pm
1631 ***--> Non-Unix platforms not tested at all! Please test and report
1632 back. Tests probably only need minor fixes.
1633