I've been able to install all the prerequisites using PPM, but, like i said, Test-Unit isn't in the default repositories. I did find a copy of Test-Unit.PPM but when i tried to install it with PPM, i got this error: Error: no suitable installation target found for package Test-Unit. The problem seems to be that i'm using Perl 5.8.
I did try a manual install, but ran into this problem.
Administrator@LAKATOS /cygdrive/e/Test-Unit-0.24 $ make install Makefile:749: *** missing separator. Stop.
Line 749 is the third to last line of this section:
# --- MakeMaker pm_to_blib section:
pm_to_blib: $(TO_INST_PM)
@$(PERLRUNINST) -MExtUtils::Install \
-e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto','$(PM_FILTER)')"
$(PM_TO_BLIB)
<<
@$(TOUCH) $@
Should i go back to perl 5.6? _____________________________________ Bret Pettichord Book - www.testinglessons.com Hotlist - www.testinghotlist.com Consulting - www.pettichord.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Perlunit-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/perlunit-users
