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