Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread A. Pagaltzis
* Adam Kennedy <[EMAIL PROTECTED]> [2006-09-08 13:30]: > On the other hand, the downside with this is that modules could > well have URIs that take actions in them, *pulls out HTTP RFC* *starts beating random bad programmers over the head with it* `GET` SHOULD BE SAFE AND IDEMPOTENT! `GET` SHOUL

Integrating Test::Run with Module::Build

2006-09-08 Thread Shlomi Fish
Hi all! Today, after a long session of hacking on XML-Grammar-ProductsSyndication (more about that later), I experimented a bit with integrating Test::Run into a Module::Build build system. It turns out to be very easy, with just having to add ACTION_runtest and ACTION_distruntest with the appr

Re: TAPx::Parser 0.20

2006-09-08 Thread Torsten Schoenfeld
On Wed, 2006-09-06 at 19:42 -0400, Michael G Schwern wrote: > To accomplish what you want, use - > > ok 3 - comment OK, will do. Thanks for the explanation. -- Bye, -Torsten

Re: TAPx::Parser 0.20

2006-09-08 Thread Torsten Schoenfeld
On Thu, 2006-09-07 at 02:06 -0700, Ovid wrote: > > >From running it against a few test suites and getting some strange > > results, it seems like TAPx::Parser doesn't like lines like > > > > ok 3 # comment > > > > It flags the corresponding result as being of type "unknown". > > Unescaped hash m

Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread demerphq
On 9/8/06, Adam Kennedy <[EMAIL PROTECTED]> wrote: On another subject that came up today one one of my modules (specifically the new Test::Object dependency of PPI) it seems like it could be a bad idea to have explicit dependencies on the latest version of a dual-life module. One of the linux d

Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread Nicholas Clark
On Fri, Sep 08, 2006 at 09:15:47PM +1000, Adam Kennedy wrote: > One of the linux distro guys pinged me about Test::Object needing the > very latest (CPAN-only) version of Test::Builder, because it means they > can't package it properly for the distros without upgrading the main > Perl package.

Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread Gabor Szabo
On 9/7/06, Salve J Nilsen <[EMAIL PROTECTED]> wrote: Thomas Klausner wrote: > > Oh, and if you want to join the fun and help a bit, here's a (probably > incomplete) list of tasks: > > - Metrics: [snip] Would the metrics for community support channels that were suggested a while ago be welcome? (

Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread Adam Kennedy
Salve J Nilsen wrote: Thomas Klausner wrote: Oh, and if you want to join the fun and help a bit, here's a (probably incomplete) list of tasks: - Metrics: [snip] Would the metrics for community support channels that were suggested a while ago be welcome? (The discussion about them sort of di

Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread Adam Kennedy
Thomas Klausner wrote: Hi! On Thu, Sep 07, 2006 at 10:23:39AM +1000, Adam Kennedy wrote: - has_example I thought we were generally negative on this one, because it would encourage people to spuriously add trivial example directories to their distributions... Yes, but I've recently introdu

Re: post-YAPC::Europe CPANTS news

2006-09-08 Thread Adam Kennedy
Michael Peters wrote: Adam Kennedy wrote: It might be an interesting idea to also add a "dependencies_exist" metric, that makes sure that all the dependencies that are declared actually exist in the CPAN. Dunno, could be of dubiously little value, but I just managed to somehow upload something

TAPx::Parser 0.21

2006-09-08 Thread Ovid
Changes: 0.21 8 September 2006 - Included experimental GTK interface written by Torsten Schoenfeld. - Fixed bad docs in examples/tprove_color - Applied patch from Shlomi Fish fixing bug where runs from one stream could leak into another when bailing out.

Re: "todo" tests in the TAP Plan

2006-09-08 Thread Adrian Howard
On 8 Sep 2006, at 01:52, Michael G Schwern wrote: Adrian Howard wrote: Maybe this is the right time to think about mechanisms supporting different versions of the TAP protocol? http://perl-qa.yi.org/index.php/TAP_version I meant in the context of Ovid's TAPx::Parser code. Rather than add