Test output tweak.
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Changes
1 5.96_01 Wed May 22 19:11:09 EDT 2002
2     - Fixed ExtUtils::testlib so it doesn't taint @INC.
3     - Fixed ExtUtils::Command so it groks % shell wildcard on VMS.
4       [RT 625]
5     - MM now depends on Test::Harness 2.00 on VMS else tests with -T
6       won't work, command line too long.
7     - Added Craig's patch to fix limited level VMSs in the core.
8
9 5.95_01 Sat May 18 14:40:12 EDT 2002
10     - Fixed ExtUtils::testlib so it has a reasonable chance of working
11       under taint mode.
12
13 5.94_02 Fri May 17 17:16:04 EDT 2002
14     - Fixing Manifest.t test for relative @INC when core testing.
15
16 5.94_01 Fri May 17 14:53:54 EDT 2002
17     - Small NetWare change from Novell.
18     - worked around 5.005_03's lack of a $Config{siteprefix} and
19       $Config{sitebin}.
20     - Small cross compilation changes (bleadperl 16582, 16548)
21
22     [[ Test Fixes ]]
23     - Fixing ExtUtils::Command tests for VMS shell wildcard differences.
24     - Fixing ExtUtils::Installed tests so they don't go looking at already
25       installed installed lists.
26
27 5.93_01 Mon May  6 00:54:39 EDT 2002
28     - fixed basic.t for limited depth VMS systems
29     * MM_BeOS was totally hosed by a typo.
30     - Made the ExtUtils::Command docs clear about how things come
31       from @ARGV not @_.
32     - Quieted nmake banners in disttest
33
34     * Backporting to 5.005_03
35     - 'require 5.006' statements to 5.00503
36     - Removing uses of File::Spec::Functions
37     - Adding MODE arg to mkdir()
38     - Changing uses of 'our' to 'use vars'
39     - Changing uses of 'no warnings' to 'local $SIG{__WARN__}'
40     - Changing 3-arg opens to 2-arg
41     - Changing 'open my $fh' to 'open FH'
42     - 5.005_03's File::Find doesn't have 'no_chdir'
43
44 5.92_01 Mon Apr 29 23:09:38 EDT 2002
45     - Fixing case of modules with no .pm files on VMS.
46     - LDLOADLIBS fix for NetBSD and easier overriding (bleadperl 16233)
47     * syncing in MM_MacOS from pudge.
48     - syncing in NetWare fixes (16266 & 16190)
49     - Cleaning up MM_NW5.pm somewhat.
50
51 5.91_02 Wed Apr 24 01:29:56 EDT 2002
52     - Adjustments to tests for inclusion in the core.
53
54 5.91_01 Wed Apr 24 00:11:06 EDT 2002
55     [[ API Changes ]]
56     * A failing Makefile.PL in a subdir will now kill the whole
57       makefile making process.
58     * "make install PREFIX=something" will no longer work.  Sorry.
59     - Now supporting the usevendorprefix %Config setting
60     - Tests now guaranteed to run in alphabetical order.
61     - Allowing $VERSION = 0.
62
63     [[ Bug Fixes ]]
64     - Missing prerequisite warning malformatted.
65     - INSTALL*MAN*DIR and INST_MAN*DIR weren't allowed on the command 
66       line.
67     * For years now skipcheck() has been returning a different
68       value than what was documented.
69     - Partially reversing Ken's "speed up ExtUtils::Manifest" patch
70       from 5.51_01 so MANIFEST overrides MANIFEST.SKIP.
71     * Fixed PREFIXification so it works on Win32.
72     * Fixed PREFIXification so it works on VMS.
73     - Fixed INSTALLMAN*DIR=none on VMS.
74     * NetWare fixes (bleadperl@16076)
75     - Craig Berry fixed some macro corruption on VMS.
76     - Systems configured to not have man pages now honored thanks to
77       Paul Green
78     - Hack to allow 5.6.X versions of ExtUtils::Embed use MY implicitly.
79     - Moved use of glob out of MM_Unix so MacPerl could build
80
81     [[ Test Changes ]]
82     - Shortening directory levels to accomodate old VMS's
83     - was using a slightly wrong prefix for the prefix tests
84
85     [[ Doc Fixes ]]
86     - Documenting VERBINST
87
88 5.90_01 Thu Apr 11 01:11:54 EDT 2002
89     [[ API Changes ]]
90     * Implementation of the new PREFIX logic.
91     * Added new INSTALL targets:
92         INSTALLSITEBIN
93         INSTALLSITEMAN1DIR   INSTALLSITEMAN3DIR 
94         INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR
95         INSTALLVENDORBIN INSTALLVENDORLIB INSTALLVENDORARCH
96         SITEPREFIX VENDORPREFIX
97     * INSTALLDIRS=site now properly using $Config{siteprefixexp}
98       (Thieved from Debian.  Thanks!)
99     * Added INSTALLDIRS=vendor & support for vendor directories
100       (Thieved from Debian.  Thanks!)
101
102     [[ Bug Fixes ]]
103     - nmake syntax nits from Mattia Barbon
104     - ExtUtils::Packlist fix for files with spaces in them from Jan Dubois
105       (bleadperl@15800)
106     - Old, old, old dmake bug in MM_Win32->pm_to_blib fixed by Nick
107       (bleadperl 15847)
108
109     [[ Internals ]]
110     - Purging leftover PDP compiler flags.
111
112 5.55_03 Sat Apr  6 21:57:01 EST 2002
113     - Reversing "fix" for RT 444.  It wasn't really fixed and it
114       caused havoc with Compress::Zlib and Tk.
115
116 5.55_02 Sat Apr  6 03:09:15 EST 2002
117     [[ Bug Fixes ]]
118     - Craig Berry fixed install on VMS (again, I munged the last patch)
119     - MakeMaker might not be recognizing it's in PERL_SRC on Win32.
120       Made safer.
121     - For some reason MM_VMS was using $Config{arch} instead of
122       $Config{archname}
123     - Fix (well, hack) for creating ABSPERL on VMS.
124     - Quieting some warnings revealed by ExtUtils::Constant
125     - test_via_script had a typo and forgot INST_ARCHLIB
126
127     [[ Test Fixes ]]
128     - INST.t has to tell MakeMaker it's in the PERL_CORE
129     - Fixing expected values of INST_* when building the core.
130
131 5.55_01 Thu Apr  4 23:58:06 EST 2002
132     [[ API Changes ]]
133     * Long deprecated INST_EXE completely removed.
134     - Removing TEST_LIBS constant (never seen in a stable MM anyway)
135     - Added $default argument to prefixify() for safer prefixification.
136
137     [[ Bug Fixes ]]
138     - $mm->{PERM_*} were not being set
139     - fixin() redundantly chmod'ing scripts.  Let the Makefile do that.
140     - The above means MM_Unix will now compile cleanly under strict
141     * init_dirscan's search for Makefile.PL's will no longer look
142       inside a distdir.
143     * Fixed running tests when there are t/'s in subdirs.
144     - MM_DOS inheriting from MM_Unix instead of MM_Win32.  DJGPP
145       appears to be unix-like (bleadperl@15650)
146     - Escaping constants with # in them so they're not confused as
147       make comments (bleadperl)
148     * ExtUtils::MM_Win95 didn't return a true value
149     - Fixing disttest when perl is a relative path.
150     * Fixed disttest & tests in subdirs on Win95
151     - Fixed recursive Makefile.PL scan on VMS so it skips the distdir
152     - Fixed a bug when an alternative MAKEFILE is specified and you're
153       using something other than a Makefile.PL (RT 444)
154     - Quieting uninit warning when there are no tests.
155
156     [[ Doc Fixes ]]
157     - Documented INSTALLMAN*DIR == 'none' feature.
158
159     [[ Test Fixes ]]
160     - Paul Green's which_perl patch to build a proper Perl on systems
161       that use command extensions.
162     - basic.t's Makefile.PL PREFIX call wasn't properly quoted for VMS
163       (Craig Berry)
164     - little initialization glitch in MM_Win32.t
165
166     [[ Internals ]]
167     - INST_* constants moved to init_INST
168     - INSTALL* constants moved to inst_INSTALL
169     * Internal warning supression removed.
170     - Temporarily turning off SelfLoader in MM_Unix so warnings
171       have the right line numbers.
172
173 5.54_01 Sat Mar 30 02:32:44 EST 2002
174     [[ New Features ]]
175     * Added FULLPERLRUN and FULLPERLRUNINST
176
177     [[ Bug Fixes ]]
178     - hint files were made a little too noisy in 5.53_01
179
180     [[ Test Fixes ]]
181     - adjusting for NFS time drift
182     - basic.t was finding the wrong perl in the core
183
184     [[ Internals ]]
185     - FULLPERL* PERL* setup moved to init_PERL
186
187 5.53_02 Fri Mar 29 04:47:44 EST 2002
188     - Adjusted for Perl core.  Synced into bleadperl.
189
190 5.53_01 Fri Mar 29 00:13:02 EST 2002
191     [[ Bug Fixes ]]
192     - Removed duplicate NAME macro definition
193     - Fixed makemakerdflt target for VMS
194     * bleadperl@11460 introduced a bug with recursive Makefile.PL's not
195       having '.' in @INC.  PDL should build now.
196     * MANIFEST.SKIP only working on file names, not full relative paths.
197       Only since 5.51_01  (RT 413)
198     * make test TEST_VERBOSE=1 was busted by 5.50_01 (RT 423)
199     * Error messages from dying Makefile.PL's and hint files were
200       accidentally supressed in 5.48_04.  Fixed.
201     * Makefile.PL's are supposed to be run in package main.  5.48_04
202       broke this.  Fixed.
203     * Fixing installing on VMS.
204
205 5.52_01 Tue Mar 26 00:24:26 EST 2002
206     [[ Bug Fixes ]]
207     * ActivePerl 5.6.1/build 631 now 100%
208     - Fixed some SelfLoader warnings
209     * ExtUtils::MM_Win32 not subclassed off of ExtUtils::MM_Any properly
210     - Bug in local $ENV{FOO} was causing failures in MM_Win32 tests.
211       Compensating for the bug.
212     - $Config{prefixexp} is sometimes bad on ActivePerl, compensating
213     - Accidentally left htmlifypods tests in MM_Win32 tests
214
215     [[ Doc Changes ]]
216     - Expanding Known Good list
217     - Adding Known Programs to README
218
219 5.51_01 Mon Mar 18 01:37:02 EST 2002
220     [[ API Changes ]]
221     - Removing xsubpp and typemap from the distribution.  These are not
222       Perl version independent files and should not be upgraded.
223     - Removing ExtUtils::Embed.  Version specific module and should
224       not be updated.
225     - Removing ExtUtils::Constant.  Not directly tied to MakeMaker.
226       Will be distributed seperately by Nick Clark.
227
228     [[ New Features ]]
229     * realclean now deletes 'dist' directory.
230
231     [[ Bug Fixes ]]
232     * Fixing ExtUtils::Installed for VMS
233     * Fixed it so MakeMaker can build itself without needing an eariler
234       version installed
235     * Fixed ExtUtils::Installed so packlists work on VMS
236     * ExtUtils::MM_VMS test had a stupid typo that prevented most
237       of the tests from running.
238     - Fixing VMS so 'mmk' is always 'mmk all' (bleadperl 15218)
239     - ExtUtils::MM_Any->catfile was calling catdir
240     - Added Ken William's "speed up ExtUtils::Manifest" patch.
241     - Added Nick Clark's return value of manifest routines patch
242       (bleadperl@14978)
243     - Merging in bleadperl changes (14438, 14453, 14611, 14612, 14622,
244       14655, 14677, 14688, 14902, 15023, 15187, 15367)
245     - bleadperl change 15325 (VMS 'mmk all' hack) rejected.
246     - ExtUtils::MM_Any->test_via_harness() now using -MExtUtils::testlib
247       instead of -I's.  This keeps the command line shorter on VMS, but
248       it means TEST_LIB doesn't work anymore.  May prove problematic.
249     - PERLRUN now uses FULLPERL instead of PERL.  This avoids 
250       accidental use of miniperl.  May cause problems in the core.
251     - Fixed test_via_harness() on VMS so it uses PERLRUN.
252     - ExtUtils::Manifest wrongly handling MANIFEST on VMS.
253     - ExtUtils::Manifest::maniskip broken due to misuse of /o on a regex.
254
255 5.50_01 Mon Mar  4 23:44:48 EST 2002
256     [[ API Changes ]]
257       htmlifypods and all HTML targets have been removed.  It didn't
258       work properly.  A target for HTMLifying of docs will be
259       added sometime in the future (read: send a patch).
260     - Deprecated ROOTEXT variable removed (its been deprecated for
261       more than five years).
262     - Removed ExtUtils::Miniperl from the CPAN distribution.  Can't
263       see how its useful outside the core.
264
265     [[ New Features ]]
266     * Emacs backup files (ie. *~) are no longer copied into blib
267       (this means you won't get Foo.pm~ accidentally installed anymore).
268     - prefixify() now returns if the prefixification worked or not.
269     - added the Perl patchlevel info to the description embedded in DLLs
270       (Ilya Zakharevich perl change 14810)
271
272     [[ Bug Fixes ]]
273     * 5.49_01 broke anything that depended on the MM class to be loaded
274       with ExtUtils::MakeMaker, like CPAN.  Temporarily fixed.
275     * Many places wrongfully assume MM methods can be called as class
276       methods!  Inside and outside of MakeMaker.
277     * DOS now acts like Win32 instead of Unix.  This should be less wrong.
278     - Netware tweak from Ananth Kesari (perl change 14780)
279
280     [[ Doc Changes ]]
281     * made the docs about the behavior of PREFIX a bit more vague
282       reflecting its odd behavior.    
283     - Replaced references to %Config with things people are more likely
284       to understand in PREFIX & LIB docs.
285     - Put PREFIX before LIB in the docs.
286
287     [[ Internal Refactorings ]]
288     - File::Spec wrappers consolidated in MM_Any
289     - test_via_harness/script consolidated in MM_Any
290     * Added ExtUtils::Command::MM to replace large -e "one-liners"
291     * Added ExtUtils::MM_UWIN, took UWIN specific code out of MM_Unix.
292     * Added ExtUtils::MM_DOS, took some DOS specific code out of MM_Unix
293     - Added a dist() override to MM_OS2.
294     - Took the OS/2 specific code out of MM_Unix's dist()
295     - Starting to quote as many command line switches as possible
296       to make VMS have to override less of MM_Unix.
297
298 5.49_01 Mon Feb  4 00:42:40 EST 2002
299     - Default TEST_LIBS now contains absolute paths, so tests can
300       chdir without breaking @INC.
301     - Some bug fixes in MM_Win32 were missing in MM_NW5.
302     - LLIBPERL was not being set.
303     - Gisle Aas fixed a warning in prompt when the user hits ctrl-D
304       or pipes STDIN to /dev/null.
305     - VMS's test is now a proper ->can check.
306     - Stray newline in Command.t causing havoc (bleadperl 14441)
307
308     * Lots of internal changes.  Everything from here on is an internal
309       change.
310     - Broke ExtUtils::Liblist::Kid out into its own .pm.  Temporary.
311     - Broke MM and MY out into their own .pm's.  Possibly temporary.
312     - Broke ExtUtils::MM_Win95 out of ExtUtils::MM_Win32.  MM_Win95
313       is now an MM_Win32 subclass.
314     - Removed wrapper methods from ExtUtils::Liblist that were
315       defering File::Spec loading.  Almost everything uses File::Spec
316     - Changed most of the 'our's to 'use vars' in prep for 5.005_03
317       backporting
318     - Changed ExtUtils::MakeMaker->import(...) cargo-cultery in MM_* 
319       modules to proper "use ExtUtils::MakeMaker qw(...)"
320     - All non-Unix MM_* modules now directly inherit from MM_Unix.
321       They did this before, but in a round-about way.
322     - MM_* modules no longer directly muck with @MM::ISA.  Instead
323       @MM::ISA does that itself.
324     - Removed unnecessary require of Exporter in many MM_* modules.
325     - MM_Cygwin was using an MM_Unix function directly without have
326       explicitly required MM_Unix.
327     - Most of MM_NW5 was redundant with MM_Win32.  So MM_NW5 is now
328       a subclass of Win32 and the reduendant code has been deleted.
329     - Replaced lots of calls to File::Spec->updir, curdir and rootdir
330       with a global in MM_Unix.  Should make things a bit faster.
331     - Untabified ExtUtils::MakeMaker.  I hate tabs.
332     - "Which MM subclass should I use" logic moved from EU::MakeMaker
333       to EU::MM.
334     - Deprecated EU::MakeMaker::Version_check deleted.
335
336 5.48_04 Mon Jan 21 19:28:38 EST 2002
337     - No longer requiring Test::More
338     - Now tested to work with a clean 5.6.1
339     - Stripped out $Revision based $VERSIONs.
340     - Rolled in patches from p5p, vmsperl & VOS (14325, 14338, 14360, 14364)
341     * hint files now run in a safer context.  Only $self is available.
342     - ExtUtils::testlib now provides absolute paths into @INC.
343       No longer obsolete
344     - Little test fixes
345
346 5.48_03 Thu Jan 17 23:44:38 EST 2002
347     * moved bin/inst to bin/instmodsh
348     * Some Win32 backporting fixes.  The -x switch doesn't seem to
349       work on Win32/5.6.1.
350     * Bug on Win32.  MAKEMAKER variable not set properly.
351     * _02 broke hints files.  Now fixed.
352     - Minor prereq error formatting glitch
353     - ExtUtils::testlib no longer a thin wrapper around blib, now a 
354       thin wrapper around lib like it was.  blib is noisy on 5.6.1.
355     - Nick and chromatic found and fixed some warnings in the tests
356
357 5.48_02 Wed Jan 16 19:11:26 EST 2002
358     - Fixed some Win32 warnings.  Needs more work.
359
360 5.48_01 Wed Jan 16 15:10:28 EST 2002
361     * Adapted from bleadperl@14303
362     * Backported to 5.6.1
363     - inst and xsubpp moved out of lib/ and into bin/
364     - ExtUtils::testlib obsoleted.  Now a thin wrapper around blib.pm
365     ***--> Non-Unix platforms not tested at all!  Please test and report
366            back.  Tests probably only need minor fixes.
367