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 a tarball or the likes. The
>> indicators I've hard coded to miss are:
>> ..
>>
>> Let me know if you think this is a good idea or not!
>>     
>
> I could add some more test meta information to 
> M::C::Analyse::get_indicators_hash
>
> eg something like 'requires_tarball'?
>
> Than you could just dynamically skip all tests that have this key set to 
> true... (similar to 'is_extra')
>
> Hm, and what about is_prereq? It doesn't require a tarball, but the 
> CPANTS DB.
>
> Maybe the key should be named 'hide_from_test_kwalitee' ?
>
>
>   

The key "hide_from_test_kwalitee" sounds like a good idea .... the value
being a "description of why it's not needed maybe?

I'm pretty new to hacking modules and even newer to Test::Kwalitee and
M::C::* I assume I'd just bump the version required in Build.PL?

Nath

Reply via email to