Hi all!
Does anyone know of a Test::Harness extension or replacement that can color
the final report line in green if all tests passed and in red otherwise?
search.cpan.org is no help, and couldn't find anything relevant by a brief
scanning of its POD page there (but not a thorough reading of i
Shlomi Fish wrote:
Hi all!
Does anyone know of a Test::Harness extension or replacement that can color
the final report line in green if all tests passed and in red otherwise?
search.cpan.org is no help, and couldn't find anything relevant by a brief
scanning of its POD page there (but not a
On Mon, Sep 05, 2005 at 10:58:17AM +0100, Dave Cross wrote:
> Shlomi Fish wrote:
> >Hi all!
> >
> >Does anyone know of a Test::Harness extension or replacement that can
> >color the final report line in green if all tests passed and in red
> >otherwise? search.cpan.org is no help, and couldn't f
Adam Kennedy wrote:
Only the libraries (and .pod docs) in your dist should be indexed)
things in inc/ and t/ and examples/ etc should NOT be indexed. Thus,
there should be a no_index entry in the meta.yml for all of these
directories (if they have .pm files in them).
Sorry for my ignorance, bu
Hi!
On Mon, Sep 05, 2005 at 03:43:02PM +1000, Adam Kennedy wrote:
> I know the whole kwalitee thing sort of stalled out at 17 tests, but
> what would be involved in adding some more? There's obviously been
> enough interest from people trying to boost their
You might be aware that I did a talk
> Adam Kennedy wrote:
>
> > has_perl_dependency:
> >
> > In the META.yml (assuming it exists) there is a dependency on the
> > version of perl required to install the dist.
Problem is that the version said to be required is often bogus. For example,
the distributions created with h2xs since Perl
Sébastien Aperghis-Tramoni wrote:
Adam Kennedy wrote:
has_perl_dependency:
In the META.yml (assuming it exists) there is a dependency on the
version of perl required to install the dist.
Problem is that the version said to be required is often bogus. For example,
the distributions created
Well personally I use Module::Install (where no_index is also mostly
undocumented too, but exists). It's what all the Cool Kids(tm) use these
days. For example here's my Makefile.PL for Class::Autouse.
-
use inc::Module::Install;
The first demo of this I'm
hoping to do is a use of Perl::MinimumVersion to find cases where a
module is listed as working with (for example) Perl 5.005, but the
module syntax shows that it needs 5.006. (and thus the version
dependency is wrong).
I later plan to expand this to include cases w
-BEGIN PGP SIGNED MESSAGE-
Moin Klaus,
On Monday 05 September 2005 14:51, Thomas Klausner wrote:
> Hi!
>
> On Mon, Sep 05, 2005 at 03:43:02PM +1000, Adam Kennedy wrote:
> > I know the whole kwalitee thing sort of stalled out at 17 tests, but
> > what would be involved in adding some more?
-BEGIN PGP SIGNED MESSAGE-
Moin,
On Monday 05 September 2005 17:53, Adam Kennedy wrote:
> Sébastien Aperghis-Tramoni wrote:
> >>Adam Kennedy wrote:
> >>>has_perl_dependency:
> >>>
> >>>In the META.yml (assuming it exists) there is a dependency on the
> >>>version of perl required to insta
--- Thomas Klausner wrote:
> --- Adam Kennedy wrote:
>> has_perl_dependency:
>>
>> In the META.yml (assuming it exists) there is a dependency on the
>> version of perl required to install the dist.
>>
>> The goal of this is to make life a little easier on installers and CPAN
>> testers and a fe
Why are we worrying about these automated kwalitee tests? What will
happen once we find that DBIx::Wango has only passed 7 of these 23
items on the checklist?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
13 matches
Mail list logo