Re: Test::Kwalitee

2007-05-09 Thread Nathan Haigh
Chris Dolan wrote: > > On May 8, 2007, at 8:50 AM, Nathan Haigh wrote: > >> I hope this is the correct place for this question! >> >> I'm trying to use Test::Kwalitee with the following test script: >> >> -- test script start -- >> [...snip...] >> -- test script end -- >> >> However, it seems to di

Re: Test::Kwalitee

2007-05-09 Thread Thomas Klausner
Hi! On Wed, May 09, 2007 at 10:43:57AM +0100, Nathan Haigh wrote: > The only bit I think needs to be hard-coded into Test::Kwalitee are the > indicators that rally have no reason to be tested when running the tests > on module files. I.e. those tests that need a tarball or the likes. The > indica

Re: Test::Kwalitee

2007-05-09 Thread Nathan Haigh
Thomas Klausner wrote: > Hi! > > On Wed, May 09, 2007 at 10:43:57AM +0100, Nathan Haigh wrote: > > >> The only bit I think needs to be hard-coded into Test::Kwalitee are the >> indicators that rally have no reason to be tested when running the tests >> on module files. I.e. those tests that need

Re: Test::Kwalitee

2007-05-09 Thread chromatic
On Wednesday 09 May 2007 03:15:23 Nathan Haigh wrote: > The key "hide_from_test_kwalitee" sounds like a good idea the value > being a "description of why it's not needed maybe? I like the idea, but there might be a better name. If something better (or at least different comes along) to use

Re: testing dependent modules

2007-05-09 Thread Nadim Khemir
PAR has a module to find module dependencies. That might help. Nadim.