RE: Class::FakeAttributes -- Opinions Wanted

2003-11-06 Thread Orton, Yves
Title: RE: Class::FakeAttributes -- Opinions Wanted * Orton, Yves [EMAIL PROTECTED] [2003-11-03 17:27]: Thats because the apporach you are comparing it to is flawed. foreach (@{$self-{foo}||[]}) { ... } is the correct way to spell that I think. Actually, no. See below. If

RE: Class::FakeAttributes -- Opinions Wanted

2003-11-06 Thread Orton, Yves
Title: RE: Class::FakeAttributes -- Opinions Wanted $ perl -Mstrict -wle 'my $f = { }; my @a = @{ $f-{foo} }' Can't use an undefined value as an ARRAY reference at -e line 1. Exactly my point. Stick that _expression_ in a for loop however... D:\perl -Mstrict -wle my $f = { }; my @a=map

Re: Class::FakeAttributes -- Opinions Wanted

2003-11-06 Thread A. Pagaltzis
* Orton, Yves [EMAIL PROTECTED] [2003-11-06 19:41]: Well, maybe there are ways around the problems mentioned before. I think there are. Im just not sure yet. Yves Definitely. I have ideas for some of them. I just have more important work to do for the time being.. -- Regards, Aristotle

FAIL AFS-Command-1.3 darwin 6.8

2003-11-06 Thread Phil . Moore
While I applaud the effort to automate testing of new releases posted to CPAN, this is adding absolutely no vlaue in this case. I am not looking forward to getting one of these for every platform someone decided to test this on. This particular module can NOT be tested automatically, without

Re: FAIL AFS-Command-1.3 darwin 6.8

2003-11-06 Thread Mark Stosberg
On Thu, Nov 06, 2003 at 10:17:45AM -0500, [EMAIL PROTECTED] wrote: This particular module can NOT be tested automatically, without some manual configuration. The tests can not automatically determine the configuration of your AFs infrastructure; you have to tell me. Therefore, everytime I

Re: FAIL AFS-Command-1.3 darwin 6.8

2003-11-06 Thread Randy W. Sims
On 11/6/2003 10:17 AM, [EMAIL PROTECTED] wrote: While I applaud the effort to automate testing of new releases posted to CPAN, this is adding absolutely no vlaue in this case. I am not looking forward to getting one of these for every platform someone decided to test this on. This particular