Re: Why are we adding more kwalitee tests?

2005-09-06 Thread Richard Clamp
assuming that everyone is competitive. I'm not, and so I'm not about to crank out 62 new releases just because my distributions aren't up with the current fashions in cargo-culted tests. -- Richard Clamp <[EMAIL PROTECTED]>

Re: Phalanx / CPANTS / Kwalitee

2003-10-15 Thread Richard Clamp
#x27;s an eventual TODO-list item to steal/use the PPI parser from Claes' CPANXR rather than compiling the code. The compilation is there to answer the question "what methods does package X define". -- Richard Clamp <[EMAIL PROTECTED]>

What should be in a README anyway (was Re: Phalanx / CPANTS / Kwalitee)

2003-10-15 Thread Richard Clamp
eed to know what they are. Can you offer pointers? -- Richard Clamp <[EMAIL PROTECTED]>

Re: Phalanx / CPANTS / Kwalitee

2003-10-14 Thread Richard Clamp
have to delete 3 things (dist, .meta and .readme) where before I only needed to worry about the one. That's only a downside because I'm as insufficiently lazy to automate that. -- Richard Clamp <[EMAIL PROTECTED]>

Re: Devel::Cover and Module::Build

2003-07-31 Thread Richard Clamp
val { local $ENV{PERL5OPT} = "-MDevel::Cover=-summary,0"; $self->ACTION_test(@_); }; system qw( cover -report html ); } -- Richard Clamp <[EMAIL PROTECTED]>

Re: make cover

2002-02-28 Thread Richard Clamp
it at 80%. But now, I'm just having a thought. It could be useful to have another class of test just beyond TODO, maybe a WOULDBENICE test, so it WOULDBENICE if coverage was at 100%, but it not being isn't a failure. Maybe that's a bit warm and fuzzy. Hey, I never said it was a good thought. -- Richard Clamp <[EMAIL PROTECTED]>

Pod::Coverage 0.11 release

2002-02-27 Thread Richard Clamp
so at: http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.11.tar.gz -- Richard Clamp <[EMAIL PROTECTED]>

ANNOUNCE: Pod::Coverage 0.10

2002-02-18 Thread Richard Clamp
tance tree (it walks @ISA). Refactored "_get_pods" into its own method to allow this. On your local CPAN mirror very soon, or here sooner: http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.10.tar.gz -- Richard Clamp <[EMAIL PROTECTED]>

Re: gcov/xs trickery.

2002-02-09 Thread Richard Clamp
g to conferences and practice breaking things. While the thought is in my brain, are you planning to talk at any conferences this year? I know I'd like to see a Devel::Cover flavoured talk, and I suspect I'm not alone. It's also helped me enough recently retrofitting tests to some

gcov/xs trickery.

2002-02-08 Thread Richard Clamp
messy, and guaranteed fragile, but it works for me, and that's a step forwards. In Makefile.PL add: sub MY::postamble { return < and poke around at the generated Foo.xs.gcov results. -- Richard Clamp <[EMAIL PROTECTED]>

ANNOUNCE Pod::Coverage 0.09

2001-12-17 Thread Richard Clamp
umentation in a parent class to be counted in the coverage of the child has started to tingle (aka as making Pod::Coverage grok inheritance), so that'll be the main target of the next bunch of stuff. -- Richard Clamp <[EMAIL PROTECTED]>

Re: [ANNOUNCE] Module::Info 0.07

2001-12-11 Thread Richard Clamp
you reckon for the chances of wrangling back as far as 5.005_03[0] [0] said version of perl may resemble employers production systems, contents may have settled in transit, your home is at risk. -- Richard Clamp <[EMAIL PROTECTED]>

Real Low Fruit

2001-12-10 Thread Richard Clamp
nated. -- Richard Clamp <[EMAIL PROTECTED]>

Re: Tentative Term::ReadLine patch/test

2001-12-09 Thread Richard Clamp
On Sat, Dec 08, 2001 at 09:48:24PM -0700, chromatic wrote: > On Sat, 08 Dec 2001 12:04:27 -0700, Richard Clamp wrote: > > When I was writing tests for libnet, Graham recommended not to chdir() into 't' > for testing outside of the core. I'd probably move that insi

Tentative Term::ReadLine patch/test

2001-12-08 Thread Richard Clamp
pick up your very own Term::ReadLine::* implementation, should you really want to. Does it look like I'm heading down the right road with this? If so let me know and I'll submit it to p5p for applying to blead. -- Richard Clamp <[EMAIL PROTECTED]> diff -ub 'bleadperl-

Re: Test::More and WWW::Chat fighting over fail()

2001-10-22 Thread Richard Clamp
On Sun, Oct 07, 2001 at 03:57:48PM -0400, Kirrily 'Skud' Robert wrote: > Also, there's some weirdness with webchatpp's generated code if your > WWW::Chat script was inside subroutines (or presumably other blocks). > Here's a real life example: > [snippage] > It would be nice if we could get this t

Re: Fwd: FAIL Module-InstalledVersion-0.02 cygwin-multi 1.3.2(0.3932)

2001-09-14 Thread Richard Clamp
#!/usr/local/bin/perl -w -use Test::More 'no_plan'; +use Test::More tests => 7; package Catch; -- Richard Clamp <[EMAIL PROTECTED]>

Re: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: P

2001-09-04 Thread Richard Clamp
On Sun, Sep 02, 2001 at 04:24:51PM +0200, Tels wrote: > attached is a revised version of pod_cover.pl which you can use to test a > whole distribution using the new v0.06 API. Cool, may I slurp that in as another example script? -- Richard Clamp <[EMAIL PROTECTED]> god damn, e

ANNOUNCE: Pod::Coverage 0.07 (was re 0.06 announce)

2001-09-04 Thread Richard Clamp
orted as 0. [0] based on code contributed by Robin Houston, who saved me a *lot* of thinking(tm) [1] except where void -- Richard Clamp <[EMAIL PROTECTED]> god damn, even superman shot himself

ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: Pod::Coverage 0.02 release)

2001-09-01 Thread Richard Clamp
it much tomorrow, but next week I'm back in the London office so I'll be able to fit some hacking in then, which will help my stress levels no end :) Later [0] I only just remembered when reviewing this thread for things I said were on the todo list. -- Richard Clamp <[EMAIL PROTECTED]> god damn, even superman shot himself

ANNOUNCE: Pod::Coverage 0.05

2001-09-01 Thread Richard Clamp
I don't produce that sharpish, please slap me. As ever, this is also available at http://unixbeard.net/~richardc/lab/Pod-Coverage/Pod-Coverage-0.05.tar.gz for your queue-jumping pleasure. [0] I am Jack's slack -- Richard Clamp <[EMAIL PROTECTED]> god damn, even superman shot himself

Re: ANNOUNCE: Pod::Coverage 0.02 release

2001-08-30 Thread Richard Clamp
right fix. That's achievable now with also_private => qr/^\(/, though I'll look and see if that can be coped with more sensibly when I get a chance. Sorry to be deferring on so many things this time round. I'm helluva busy at the moment and won't have a real chance to look at anything until tomorrow night when I get back home. -- Richard Clamp <[EMAIL PROTECTED]>

Re: Pod::Coverage random silliness

2001-08-29 Thread Richard Clamp
On Wed, Aug 29, 2001 at 10:46:15AM +0100, Richard Clamp wrote: > Oddly Skud's script now segfaults under 5.6.1 while requiring the > second module it checks. (on my box this is Archive::Tar, after > Algorithm::MarkovChain) It didn't before so it's either something th

Re: Pod::Coverage random silliness

2001-08-29 Thread Richard Clamp
his is Archive::Tar, after Algorithm::MarkovChain) It didn't before so it's either something that Pod::Find does or I subtly broke something else. Will pore over the diffs when I get a chance. -- Richard Clamp <[EMAIL PROTECTED]> happy people have no stories

Re: Pod::Coverage random silliness

2001-08-29 Thread Richard Clamp
On Tue, Aug 28, 2001 at 07:56:30PM -0400, Kirrily 'Skud' Robert wrote: > This script... Nifty, mind if I assimilate it as an example script? Sadly the hacking I did this morning makes it explode into bits, but that's definitely my bad. More on that in a second. -- Ric

Pod::Coverage futur (was Re: MakeMaker wizard required, Apply Within)

2001-08-28 Thread Richard Clamp
s difficult as sacrificing something to the arcane ones of Devel::* -- Richard Clamp <[EMAIL PROTECTED]> happy people have no stories

ANNOUNCE: Pod::Coverage 0.04 release

2001-08-27 Thread Richard Clamp
generating an updated README for the 0.03 release. -- Richard Clamp <[EMAIL PROTECTED]> happy people have no stories

ANNOUNCE: Pod::Coverage 0.02 release

2001-08-27 Thread Richard Clamp
Expect that to be fixed sometime around then. -- Richard Clamp <[EMAIL PROTECTED]>

Re: ANNOUNCE: Pod::Coverage

2001-08-27 Thread Richard Clamp
this :) Yup, I was mentally kicking the interface about last night. I think there will be two ways to specify this when you call coverage, private and also_private, where C adds to the default list of what's private. -- Richard Clamp <[EMAIL PROTECTED]>

ANNOUNCE: Pod::Coverage

2001-08-26 Thread Richard Clamp
d-Coverage-0.01_02.tar.gz Caveats, this isn't heading to CPAN today at the testsuite is far from comprehensive, and I'd like some feedback before I release it. That and I was due to meet people at the pub an hour ago. Testcases that fail would be greatly appreciated so I know what to shoot