Reinhard Pagitsch <[EMAIL PROTECTED]> writes: >If I want to do a "make dist" Perl allways try to use tar.exe and gzip >from my Windows home directory. >Ok, I had installed a tar.exe and gzip.exe, but they didn't worked so I >removed them. >Where can I tell Perl to use his Archive::Tar again to make the >distribution?
That is a MakeMaker rather than an XS question, so you may get better answers if you ask elsewhere. (I do all my dist builds on linux these days.) > > >Thank you, >Reinhard