Re: Unintended consequences

2006-05-27 Thread Philippe "BooK" Bruhat
something like 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
is_prereq point). Another side effect is that CPANTS 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
> other than .t?). 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 thi

Re: kwalitee: drop Acme?

2005-09-08 Thread Philippe 'BooK' Bruhat
he poor module author's a bone and leave > Acme:: out 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
:Proxy mailing list. PS: There is also a HTTP::Recorder mailing-list, 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
05, when CPAN already holds 0.08 (0.06 and 0.07 have come 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)

Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Philippe 'BooK' Bruhat
Devel::Cover 0.31 (I think) 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
lient would say "test the code at this URL for me" in public, and all the servers listening on the public channel would fetch the package, test it and /msg the result reports to the client? -- Philippe "BooK" Bruhat When you create a climate of peace, you have only fair we

Re: Distributed testing idea

2004-03-01 Thread Philippe 'BooK' Bruhat
rotocol (no matter how much you like or dislike my proposals), I'd love 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
IP leading to this network, so one web server should 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: Distributed testing idea

2004-02-12 Thread Philippe 'BooK' Bruhat
annot harvest the credentials themselves. A list of public keys could be made available on the master server, and a test server would need to fetch it only when someone new contacts it. > Finally, I want to allow the system to still work without the master server > (clients can cache the

Re: JavaScript/Perl Question

2004-01-30 Thread Philippe 'BooK' Bruhat
thod, you you want to add the javascript only to parts of the web site. Note: I'm not very proud of the way I plugged HTML::Parser objects into HTTP::Proxy. But HTML::Parser uses callbacks, just as HTTP::Proxy (LWP::UA, actually) does. If anybody has better ideas, I 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: vectorization (union and intersection operators)

2002-11-02 Thread Philippe 'BooK' Bruhat
%a = %a ^ %b; # %a = (1 => 'a', 3 => 'c') %a = %b ^ %a; # %a = (1 => 'B', 3 => 'C') %a = %a v %b; # %a = (1 => 'a', 2 => 'b', 3 => 'c', 4 => 'A') %a = %b v %a; # %a = (1 => 'B',

Re: [RFC] Perl6 Operator List, Take 5

2002-11-02 Thread Philippe 'BooK' Bruhat
l Mathematicians do not use open intervals for integers! (Sorry for the late post, but p6l is always 200 messages ahead of me) -- Philippe "BooK" Bruhat One lesson learned is never enough. (Moral from Groo The Wanderer #104 (Epic))

Re: Learning curve (was Re: Perl6 Operator List)

2002-10-26 Thread Philippe 'BooK' Bruhat
e. It's just that I also understand the fact that it's its own natural (English-looking) language, and not a subset of English. -- BooK PS: I have troubles explaining this view in French as well; please forgive me if I didn't make much sense in English either. -- Philippe &