On Fri, Dec 02, 2005 at 12:10:24PM -0800, Ovid ([EMAIL PROTECTED]) wrote:
> I've wondered about this myself. I've taken over Class::Trait but I
> can't take ownership of the RT requests.
RT should do it automagically. Email Jesse directly if not.
xoxo,
Andy
--
Andy Leste
On Fri, Dec 02, 2005 at 03:19:42PM -0500, Christopher H. Laco ([EMAIL
PROTECTED]) wrote:
> For which, first-come, or do all of the co-maints have full RT access as
> well?
I don't know.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
en you'll tell me what project you want set up.
Let us know how it goes! We're glad to have you join us.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
iable nor the variable that has
> been
> assigned from it are referenced. Is it because this functionality was removed
> or because these lines were accidently removed? In any case, it should be
> fixed.
I've pulled it out. Thanks.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote:
> However prove does not have a "--perl" switch:
Fixed in Test::Harness 2.57_01. Thanks.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
ot;
);
-my $tests = File::Spec->catfile( 't', 'prove*.t' );
+$prove = "$^X $prove";
GLOBBAGE: {
my @actual = sort qx/$prove --dry $tests/;
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
s do their jobs.
Here's my first patch. Let me know if y'all see this sort of work as
useful, or if I shouldn't bother.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Index: src/builtin.c
==
e there? I think I'd prefer to see a whole list.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
ntionally
dupes of each other? For example, there's jit_cpu.c and exec_cpu.c, and
apparently are exact clones of each other.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
e? Or, maybe better for
> me, how do I discern what you discerned? (I wanna discern!!)
Look at the tops of the files that have dupes. A couple that I looked
at have "Generated by xxx/xxx/xxx.pl" at the top.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Can you do it without the autogenerated files
in there? Those, I expect to have duplicated code.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
I'm adding a section to Test::Harness::TAP on non-Perl TAP.
http://svn.perl.org/modules/Test-Harness/trunk/lib/Test/Harness/TAP.pod
If you know of one, please send me some text to add.
Thanks,
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
who has no idea how/why you'd use TAP outside of Perl?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
How non-Perl do you want? Does the Perl 6 version of Test.pm or
Test::Builder/Test::More count? How about the Parrot versions?
Sure, lemme have 'em.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
17, 2006 1:53:40 PM CDT
To: "Andy Lester" <[EMAIL PROTECTED]>
Subject: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.57_04.tar.gz
Reply-To: cpan-testers@perl.org
The uploaded file
Test-Harness-2.57_04.tar.gz
has entered CPAN as
file: $CPAN/authors/id/P/PE/PETDANCE/Test-Harn
On Apr 17, 2006, at 8:14 PM, James E Keenan wrote:
Here is a portion of the output of 'prove -vb t/test-harness.t'.
Is it what you would expect?
The big thing that's a question is in globbing of files on the
command line.
--
Andy Lester => [EMAIL PROTECTED] =
r
own grammars and thus structure the output to better suit their needs.
Patches less welcome! :-)
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
assed and reported on them. Maybe
this
would be worthy of a Summer of Code project, or it may actually be
something much easier and basic that a normal grant would work for
this.
At least put it in the queue...
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
BTW, the patch only shows TODO pass status when no failures occur.
Oh and obviously all of Test::Harness'es tests pass. :-)
This patch doesn't apply against my latest dev version of
Test::Harness. I'm going to have to massage it manually.
But I like the idea. Thanks.
quest entered by: PETDANCE (Andy Lester)
Request entered on: Wed, 19 Apr 2006 05:33:58 GMT
Request completed: Wed, 19 Apr 2006 05:50:05 GMT
Thanks,
--
paused, v460
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
6.tar.gz
size: 69114 bytes
md5: 41efc0985146e4f7d678ec7cb9b59047
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
$VERSION.
I'm sorry, I didn't mean for anyone to bother going to this trouble.
I've always known what it was.
It'll go away in the next version.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
reter->exc_free_list = e;
@@ -642,7 +640,7 @@
do_exception(Interp * interpreter,
exception_severity severity, long error)
{
-Parrot_exception *the_exception = interpreter->exceptions;
+ Parrot_exception * const the_exception = interpreter->exceptions;
the_exception->error = error;
the_exception->severity = severity;
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
s based on libtidy.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On May 8, 2006, at 11:20 AM, A. Pagaltzis wrote:
* Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]:
Try my HTML::Tidy. It's based on libtidy.
Speaking of which, any chance that’ll get a somewhat usable
interface? Right now, parser options have to be written to a file
and t
Here's an example of why I'm not real excited about CPANTS:
http://community.livejournal.com/perl/120747.html
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
that we're playing for different goals. Schwern was
saying that the improvement of the modules is a game. PerlGirl is
making a game out of improving the numeric score for her modules, but
without any improvement of the module itself.
--
Andy Lester => [EMAIL PROTECTED] => www.p
lude those tests
lowers my "kwalitee" score.
Have we talked about this? I'd like to make those more useful to you
if I can.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
DBI (I hear Tim Bunce is looking at this)
Template Toolkit (I've heard rumors that Andy Wardley is
considering this, but I'm not sure)
DateTime
CGI
Some object-relational mapper
mod_perl6 or some equivalent
An HTML parser
Various testing modules
LWP.
Andy
--
Andy L
I could also point y'all to the Phalanx 100.
http://qa.perl.org/phalanx/100/
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Tomorrow, Adam Kennedy and I (and Schwern?) will be banging on
Test::Harness.
Any bugs that we especially need to work on?
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jun 29, 2006, at 5:21 AM, Randy W. Sims wrote:
Tomorrow, Adam Kennedy and I (and Schwern?) will be banging on
Test::Harness.
Finalize Test::Harness::Straps.
That is THE reason we're doing this. Everything else is gravy.
--
Andy Lester => [EMAIL PROTECTED] => www.p
This version of Test::Harness has the straps return a newly-created
Test::Harness::Results object.
Next release: Overloadable strap classes.
xoxo,
Andy
Begin forwarded message:
From: PAUSE <[EMAIL PROTECTED]>
Date: June 30, 2006 5:07:02 PM CDT
To: "Andy Lester" &
Here's an even newer Test::Harness with overloadable straps.
Begin forwarded message:
From: PAUSE <[EMAIL PROTECTED]>
Date: June 30, 2006 6:43:58 PM CDT
To: "Andy Lester" <[EMAIL PROTECTED]>
Subject: CPAN Upload: P/PE/PETDANCE/Test-Harness-2.63_02.tar.gz
Reply-To:
On Jul 1, 2006, at 2:45 PM, Fergal Daly wrote:
This might seem like an odd question but will it be tightly tied to
TAP or will it be possible to use another protocol or an extension to
TAP?
Yes. It is about TAP. That's why it's TAP::Harness.
xoa
--
Andy Lester => [EM
I would like to suggest that we ignore the questions of test counting
right now.
In fact, let's leave Schwern alone until TAP::Harness has the
functionality of Test::Harness. THEN we can argue about the new stuff.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.p
s and TAP::Harness.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
n TAP distro.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jul 5, 2006, at 2:30 PM, jerry gay wrote:
The following message from Andy Lester has been posted to perlmonks,
use.perl, and other sites, yet somehow never made it to the p6i
mailing list.
Probably because I didn't post it here. :-)
parrot/cage/todo.pod has some high-level plan
s the best known, best of breed with the
least fuss.
I'm working on making Socialtext open source right now. I plan to
put up a wiki based on it very soon.
If you can wait a few days, I'll have something up at rakudo.org.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] =
On Jul 5, 2006, at 3:55 PM, chromatic wrote:
You want TPF to pay some unspecifed and unidentified other person
to continue
a fork of a core module that can't ever replace the core module
because of
its licensing?
But at least he'll act as mentor.
--
Andy Lester => [EM
ed when your itch is unique to you.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
e mailto. I'm fixing it right now.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jul 6, 2006, at 10:46 AM, A. Pagaltzis wrote:
$urls = [ grep m!^s?https?:!, @$urls ];
What's an "shttps" link?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jul 6, 2006, at 11:01 AM, A. Pagaltzis wrote:
Err, right. I suppose that should be `m!^(s?)http(?(1)|s?):!`, or
else you just punt on `shttp` (does LWP handle those, anyway?).
I was going to just make it be /^https?/. Never heard of shttp.
--
Andy Lester => [EMAIL PROTEC
e $500 to $3000 range, but we have
gone under and over those amounts, depending on the bet. As a general
rule the less expensive it is, the more likely it is that we can
afford to wager.
xoxo,
The Bet Committee
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
Those who disagree with Shlomi on licenses are small-headed and
ignorant. Got it.
Keep digging that hole, Mr. Fish!
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jul 8, 2006, at 10:31 PM, Michael G Schwern wrote:
If your XPath parser balks at non-XHTML HTML then just run it through
HTML::Tidy->clean which will convert it to XHTML.
Usually.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
also w/o a date
who is looking to hook up with someone, even if only for the afternoon.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jul 10, 2006, at 12:39 PM, Patrick R. Michaud wrote:
Yes, I'm now targeting any hackathoning in Portland to occur on
the Sunday before OSCON instead of the Saturday after.
I'll be in Monday afternoon and leaving Friday afternoon so nyeah!
--
Andy Lester => [EM
On Jul 10, 2006, at 1:38 PM, Ovid wrote:
got: this
expected:that
"got" still sucks. Is there any chance to change it to "received"?
"Expected" and "actual"
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
itly specify it.
Also, this is better asked on libwww list.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Jul 11, 2006, at 9:07 AM, Gabor Szabo wrote:
If button is not passed, then the "submit()" method is used
instead.
Perhaps it could be clearer then: submit() does not pass any button
unless you specify it.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
splint action goin', I'd be a happy boy.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
l mark the functions with a special flag
comment, and then the headerizer will do the GCC magic.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
cage/todo.pod. Thanks for
taking the time to write them up so that I can format them in POD and
make it look like I'm smart.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
it off to other people.
I am manager, hear me roar.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
6) Become a Parrot Cage Cleaner. Help me get the Parrot
underpinnings cleaned up so that it will scale as more and more
developers join in. http://use.perl.org/~petdance/journal/30146
And if you still have time or inclination to make CPANTS rules, have
at it.
Thanks,
xoxo,
Andy
--
A
On Jul 22, 2006, at 7:33 AM, Mr. Shawn H. Corey wrote:
I've been reading thru the docs and have come across the following
terms
which are not in docs/glossary.pod
=head2 AST
Abstract Syntax Tree.
Beautiful, thanks for jumping in on these. They've been added to the
file.
xo
but I'll wait to hear from others before making a change.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Aug 3, 2006, at 1:24 PM, Chip Salzenberg wrote:
Extern functions and variables must have names that begin with
C.
I am way out of tuits lately. Can you please add this to cage/
todo.pod for me? Or someone?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
xcel at that.
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
of my first big tasks, yes.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
7;x'; /* buffer[0] is now 'x' */
Note the difference between which side of the asterisk that the
C is on.
You can also combine the two, with a constant pointer to constant
characters:
const char * const str = "Don't change me";
or even an array of constant p
On Aug 13, 2006, at 5:57 AM, Johan Vromans wrote:
You don't want to be able to do C, right?
No, but C
yeah yeah, I knew when I wrote that that SOME smart aleck would point
that out. :-)
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Aug 13, 2006, at 7:05 AM, Paul Johnson wrote:
Very much so. s/constants/contents/ I suspect? Or maybe s/its
constants/what
it points to/ ?
Ooops, thanks.
I also added a few sentences and an example on cdecl.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
work. http://
aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3115733
I'd suggest that Perl already has enough cynics and curmudgeons, even
those who've been around for years as you have. Surely you have more
positive skills to apply than knocking down the work of others?
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
working on getting a wiki up for
Perl docs.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
move
somewhere else but for now, you may have at them. I hope this
helps. Please email me if you have any problems.
Please also forward to whatever Perl 6 folks you think it appropriate
to forward to.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
All sorts of new file handling hoohah!
Begin forwarded message:
From: PAUSE <[EMAIL PROTECTED]>
Date: August 24, 2006 8:34:48 PM CDT
To: "Andy Lester" <[EMAIL PROTECTED]>
Subject: CPAN Upload: P/PE/PETDANCE/ack-1.26.tar.gz
Reply-To: cpan-testers@perl.org
The uploa
k upstream).
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
or now. I'm working with Ask about doing something
at perl.org in the next week or two.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
still run Socialtext Open, and we have
conversion tools from Kwiki to Socialtext if you want to use them.
I'll be glad to help you with it.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Aug 29, 2006, at 1:05 AM, Conrad Schneiker wrote:
IIRC, some part of the Socialtext wiki is open source of some kind.
All of it: http://sourceforge.net/projects/socialtext/
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
ould someone like to wear my cap?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Oct 17, 2006, at 3:33 PM, Kevin Tew wrote:
if (!info->thaw_result) info->thaw_result = pmc;
else *info->thaw_ptr = pmc;
No, definitely not.
if ( foo ) {
bar();
}
else {
bat();
}
--
Andy Lester => [EMAIL PROTECTED] => w
Please, let's go with whatever's written in the PDD.
Coding standards discussions = much heat, little light.
I'm sorry I responded to anything in this thread in the first place.
Please.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
think.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Nov 13, 2006, at 7:14 PM, Will Coleda wrote:
Andy, would you accept a patch for this to optionally allow things
like:
FIXME (#40123)
No, I don't want to build in exceptions.
However, how about if the RT tickets are noted as "RT #40123", which
is just as easy to
d my ass into examining the
Also, amidst all this, I'm looking at a way to do "verbose but only on
tests that are errors" mode for Test::Harness and prove.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
o, like it or not, Crypt::DES must be popular enough to show up on the
logs.
Now, if you're not interested in updating Crypt::DES with input from
Phalanx hoplites, then yes, I'll remove it from the list.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
I've just uploaded Test::Harness 2.51_02. It turns off the timer by
default, and adds a --timer switch to prove. Please try it out and see
if all is well because I'm going to make it 2.52 tomorrow.
And now, I must go to bed so I can drive to Toronto...
xoxo,
Andy
--
Andy Lester
On Mon, Jun 27, 2005 at 09:25:02AM +0100, Steve Hay ([EMAIL PROTECTED]) wrote:
> Aww - I was beginning to like the timer output now the Abe graciously
> fixed Test-Smoke to understand it.
Set HARNESS_TIMER in your environment.
xoxo,
Andy
--
Andy Lester => [EMAIL
is the way to get them in a certain order.
> start of this email) or I have to copy the create and delete code into
> each tests, making maintenance harder. Is there a common way to
Or make a mini library of the common code.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Wed, Jul 20, 2005 at 11:57:36AM -0700, Michael G Schwern ([EMAIL PROTECTED])
wrote:
> Am I imagining things or was there supposed to be a testing tutorial at OSCON
> with Andy Lester, chromatic and the gang? Or am I thinking of YAPC?
No, it's not a tutorial. It's 90 m
uber-tech-editor and
helped shape some of the prose, but none of it is really my writing.
That's why it's "with Andy Lester."
Apress asked me to sign books at the book signing at OSCON and I
declined. It's really Richard's book.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Wed, Jul 20, 2005 at 02:48:43PM -0500, Bill Odom ([EMAIL PROTECTED]) wrote:
> I didn't think we were actually *calling* them Lightning Talks, but
> that does capture the spirit. Lots of topics, even more examples -- a
> very high-density presentation.
Plus donuts and dancing gi
s,
all randomized, so we're talking about needing a file that contains the
order.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
use Test::Builder.
This also coincides with the premise that Test::Harness::Straps are just
parsing TAP from any given source.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Aug 5, 2005, at 10:32 AM, Robert wrote:
Is the inline POD the current preferred way?
It is for me, which is why I wrote it that way.
Damian Conway, in the new book "Perl Best Practices," advocates
against it for a number of reasons, mainly because he doesn't want
order of subs in cod
ays include an unsubscribe
> link. I also sent a retroactive email for the notes that had been posted
> already.
I just got my first one, and I can't tell you how happy I am that you've
set it up this way. Thanks so much.
xoa
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Aug 14, 2005, at 6:47 AM, jo / ak wrote:
Hi,
how can arguments be passed to an HTML::Tidy clean() call? Eg.
'char-encoding' => 'latin1' to avoid translation to entities?
You can't at this point. Code hasn't been written to support it.
--
hall from this day forward.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
On Tue, Aug 16, 2005 at 12:27:31PM -0700, Michael G Schwern ([EMAIL PROTECTED])
wrote:
> Mechanize already has a dependency on TokeParser 2.28 which is the version
> that came with HTML-Parser 3.33.
Then we're probably dealing with a bad Mech install.
--
Andy Lester => [E
On Aug 29, 2005, at 12:35 AM, Gary Jackson wrote:
Also, a lot of little bugs have been found and squashed, and Andy
Lester has started to put some proper testing in to place.
What I'd really like is a standard typecheck.t like we have standard
pod.t. It'd look something
Why are we worrying about these automated kwalitee tests? What will
happen once we find that DBIx::Wango has only passed 7 of these 23
items on the checklist?
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
failings of people and their
code.
I understand fully that nobody's intent is to tell people that they
suck, but there's a non-zero chance, and probably closer to 50%, that
people will see it that way.
xoxo,
Andy
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
;just ignore it" if the result of your actions
are that people stop uploading to CPAN, or new authors are steered away,
for fear of scorn and ridicule.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
that says your "module sucks;
> failed CPANTS kwalatee. Go away".
I don't know. That's why I ASKED THE QUESTION of what will be done with
the information about their results.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
evel, so I don't need the level", or I can say "I'm not
using this appliance until I've proven to myself that the machine is
level and won't cause me any problems in the future because of an
imbalance."
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
1 - 100 of 498 matches
Mail list logo