Re: post-YAPC::Europe CPANTS news

2006-09-14 Thread Philippe BooK Bruhat
that *have* a correctly written pod, rather than to those who merely try, don't we? -- Philippe BooK Bruhat What everyone wants, nobody gets, What nobody gets, everybody wants. (Moral from Groo The Wanderer #47 (Epic))

Re: Testing code that forks

2006-07-21 Thread Philippe BooK Bruhat
for code that forks (with tests run in the various processes) in HTTP::Proxy. I use the following code before forking: my $test = Test::Builder-new(); $test-use_numbers(0); $test-no_ending(1); -- Philippe BooK Bruhat Eliminate a problem before it eliminates you

Re: Unintended consequences

2006-05-27 Thread Philippe BooK Bruhat
that 3 years ago. What happened to it? http://use.perl.org/~acme/journal/10623 -- Philippe BooK Bruhat Fantasy is a nice vacation but Reality is where you spend your life. (Moral from Groo The Wanderer #44 (Epic))

Re: CPANTS is not a game.

2006-05-25 Thread Philippe BooK Bruhat
gives false information. -- Philippe BooK Bruhat Out of the worst can often come the best. (Moral from Groo The Wanderer #57 (Epic))

Re: Private tests

2005-11-15 Thread Philippe 'BooK' Bruhat
?). That way, resourceful or interested users can run the tests but average users don't need to. What about a special environment variable, like RUN_PRIVATE_TESTS? -- Philippe BooK Bruhat When you do not think for yourself, no one thinks for you... (Moral from

Re: kwalitee: drop Acme?

2005-09-08 Thread Philippe 'BooK' Bruhat
of this. Hey! that would decrease *my* score! ;-) -- Philippe BooK Bruhat History is made by the winners and written by those with the loudest voices. (Moral from Groo The Wanderer #10 (Epic))

Re: HTTP::Recorder

2005-07-26 Thread Philippe 'BooK' Bruhat
, but I do not know if it's still alive. -- Philippe BooK Bruhat Destroy the little and you destroy the large. (Moral from Groo The Wanderer #55 (Epic))

Re: reporting bugs to RT

2004-05-10 Thread Philippe 'BooK' Bruhat
and gone, since I try to tidy up behind me). What's happening? Did I remove distributions too quickly from CPAN? -- Philippe BooK Bruhat Friends are people who are there when you need them. (also applies to dogs) (Moral from Groo The Wanderer #43 (Epic))

Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Philippe 'BooK' Bruhat
) and HTTP::Proxy version 0.12. I'm sorry I didn't try yet with a newer version of Devel::Cover. -- Philippe BooK Bruhat The only certain bet in gambling is that it leads to more gambling (Moral from Groo #11 (Image))

Re: Distributed testing idea

2004-03-01 Thread Philippe 'BooK' Bruhat
to help. Small chunks, if possible, so that I can deliver on time. :-) -- Philippe BooK Bruhat Wisdom cannot be bought. It can, at best, be rented until you can find your own. (Moral from Groo The Wanderer #66 (Epic))

Re: Distributed testing idea

2004-02-16 Thread Philippe 'BooK' Bruhat
be enough to ask for the distribution to be tested on one or several of the available targets. -- Philippe BooK Bruhat Few things in life are so dependable as the incompetence of those who know precisely what they are doing. (Moral from Groo The Wanderer #5 (Pacific))

Re: JavaScript/Perl Question

2004-01-30 Thread Philippe 'BooK' Bruhat
all ears. -- Philippe BooK Bruhat Your reputation is what you make of it... and what you choose to take with you. (Moral from Groo The Wanderer #48 (Epic))

Re: WWW::Mechanize 0.37 released

2003-03-06 Thread Philippe 'BooK' Bruhat
detects that for some reason the web does not work. (Oops, I seem to remember this is in version 0.08, which is not out yet. You can fetch a repository snapshot from http://http-proxy.mongueurs.net/ Have a look at t/22http.t and t/Utils.pm) -- Philippe BooK Bruhat Friends are people who

Re: WWW::Mechanize 0.37 released

2003-03-06 Thread Philippe 'BooK' Bruhat
-{page_stack}}, 0, Page stack starts empty); $t-_push_page_stack(); @@ -21,3 +25,4 @@ is(scalar @{$t-{page_stack}}, 0, Popped item from page stack); $t-_pop_page_stack(); is(scalar @{$t-{page_stack}}, 0, Can't pop beyond end of page stack); +} -- Philippe BooK Bruhat When you wander near

Re: WWW::Mechanize 0.37 released

2003-03-06 Thread Philippe 'BooK' Bruhat
detects that for some reason the web does not work. (Oops, I seem to remember this is in version 0.08, which is not out yet. You can fetch a repository snapshot from http://http-proxy.mongueurs.net/ Have a look at t/22http.t and t/Utils.pm) -- Philippe BooK Bruhat Friends are people who

Re: WWW::Mechanize 0.37 released

2003-03-06 Thread Philippe 'BooK' Bruhat
-{page_stack}}, 0, Page stack starts empty); $t-_push_page_stack(); @@ -21,3 +25,4 @@ is(scalar @{$t-{page_stack}}, 0, Popped item from page stack); $t-_pop_page_stack(); is(scalar @{$t-{page_stack}}, 0, Can't pop beyond end of page stack); +} -- Philippe BooK Bruhat When you wander near

Testing across forked processes

2002-11-22 Thread Philippe 'BooK' Bruhat
% okay. 0/29 subtests failed, 100.00% okay. Not that great. So I guess I'll have to go the IPC way, after all. Any advice or success story? -- Philippe BooK Bruhat Even the worst guesser is right once in a while. (Moral from Groo The Wanderer #72 (Epic))