Modules::Starter question

2005-08-05 Thread Robert
I am creating my first module (finally) and I was told a while ago to use Module::Starter. Which I did. I am fine there. When I look at the code generated I see that all the POD stuff is inline while I prefer to see POD stuff at the end. Is the inline POD the current preferred way? If it is, I am f

Re: Basic Testing Questions

2005-08-05 Thread Nik Clayton
Michael G Schwern wrote: On Mon, Jul 18, 2005 at 09:42:06AM -0400, Brett Sanger wrote: There are some tests that I would love to have abort as soon as they fail. (If step 3 failed, then steps 4 and 5 are places I don't want to go) Is there a way to make prove do this? I skimmed the Test::Build