Michael G Schwern wrote: > http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.27.tar.gz > or > http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk > or > a CPAN near you
There are two problems with this release, when integrating into blead. First, "make distclean" in bleadperl is broken. All .pm files the build process has installed from ext/ to lib/ are left there. Second, one of the core tests whines like this : (I use GNU Make 3.80) [EMAIL PROTECTED] t]$ LC_ALL=C ./perl -MTestInit ../lib/ExtUtils/t/Constant.t # perl=/home/rafael/bleadperl/perl # ext-4040 being created... 1..272 # Simple tests # ext-4040/0 being created... ok 1 ok 2 # Makefile.PL is 1 second(s) older than Makefile # make = 'make' Makefile:376: warning: overriding commands for target `../../../lib/.exists' Makefile:371: warning: ignoring old commands for target `../../../lib/.exists' Makefile:386: warning: overriding commands for target `../../../lib/auto/ExtTest/.exists' Makefile:381: warning: ignoring old commands for target `../../../lib/auto/ExtTest/.exists' ok 3 ok 4 # This is dynamic linking, so no need to make perl # make = 'make test' Makefile:376: warning: overriding commands for target `../../../lib/.exists' Makefile:371: warning: ignoring old commands for target `../../../lib/.exists' Makefile:386: warning: overriding commands for target `../../../lib/auto/ExtTest/.exists' Makefile:381: warning: ignoring old commands for target `../../../lib/auto/ExtTest/.exists' ok 5 ok 6 ok 7 ... (warnings are repeated several times after that)