Excellent, Bravo ! I reinstalled EE-MM 6.50 with ppm, and could set up Par-Packer in my cpan/build folder without problem.
Thanks a lot. Francois > -----Original Message----- > From: Sisyphus [mailto:sisyph...@optusnet.com.au] > Sent: dimanche, 26. avril 2009 08:56 > To: RAPPAZ Francois; par@perl.org > Subject: Re: Buiding par-packer with dmake > > > Hi, > > Now that I've had time to check, all that seems to be needed is, in > Extutils-Liblist-Kid-6.50, replace > > $_ .= $libext if !/\Q$libext\E$/i; > with > $_ .= $libext if !/\Q$libext\E$/i && !/\.lib$/i; > > After that, ExtUtils-Makemaker-6.50 seems fine. > > I'll submit a bug report about this (unless it's already been reported > and/or fixed), asking that the change be put into the next release. > > Cheers, > Rob