http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_03.tar.gz or http://svn.schwern.org/svn/CPAN/ExtUtils-MakeMaker/trunk or svn://svn.schwern.org/CPAN/ExtUtils-MakeMaker/trunk or a CPAN mirror near you.
6.26 release candidate.
This alpha release overhauls the blibdirs generation yet again to fix design issues introduced in 6.18. blibdirs broke the generation of the SVN perl bindings. The new system is more robust and completely does away with intermediate timestamp files, the directories are now targets directly.
That's not good Michael. Now XS modules get relinked every time 'make' is typed. e.g. with modperl2:
% make
[...]
chmod 755 ../../../blib/arch/Apache2/auto/APR/APR.so
cp APR.bs ../../../blib/arch/Apache2/auto/APR/APR.bs
chmod 644 ../../../blib/arch/Apache2/auto/APR/APR.bs
make[3]: Leaving directory `/home/stas/apache.org/mp2-svn/xs/APR/APR'
make[3]: Entering directory `/home/stas/apache.org/mp2-svn/xs/APR/Const'
Running Mkbootstrap for APR::Const ()
chmod 644 Const.bs
rm -f ../../../blib/arch/Apache2/auto/APR/Const/Const.so
cc -shared -L/usr/local/lib Const.o -L/usr/local/lib -o ../../../blib/arch/Apache2/auto/APR/Const/Const.so \
\
...
% make
[...]
chmod 755 ../../../blib/arch/Apache2/auto/APR/APR.so
cp APR.bs ../../../blib/arch/Apache2/auto/APR/APR.bs
chmod 644 ../../../blib/arch/Apache2/auto/APR/APR.bs
etc...
we were through this before, after one of the previous changes, you've fixed it then, and now it's the same problem again.
I'll look at it in detail tomorrow, unless you'll beat me to it, but please don't release .25 just yet.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
