Hi Rob, hi Bob, Sisyphus wrote: > I don't quite follow ... you've obviously run 'nmake test' though the > commands you said you ran don't include 'nmake test'. > Or does running 'nmake par' first run the tests ? I've never run 'nmake > par'. What does it do ? > > I would have thought that all you need to do is run: > > nmake clean (not needed if it's a fresh unpack) > Perl Makefile.pl > nmake test > nmake install > > Then build your exe, and all should (hopefully) be fine when you > transfer that exe to these other boxes.
Yes, you're right. That's all that's needed to start building EXE's with pp. "(n|d|)make par" builds a .par archive from the distribution at hand. That's the way we build the .par binaries of PAR::Packer that I upload to my CPAN directory. Best regards, Steffen
