You should be able to do: perl Makefile.PL && make test

bah, that's just bad form ;)


In your case, this won't work. pure_all tells the test target to run the 'all' target first (which is the default target when you say 'make', equivalent to 'make all').

ok, I'll look into that.



there is some difference, but I really forget what it is. what I do remember is that when I made the rarget test: make complained about seeing two targets (test: and test::), so I figured that MakeMaker wasn't picking it up properly.


Why do you end up with two test targets in first place?

exactly.


--Geoff


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to