----- Original Message -----
From: "Paul Walker" <pl_walker@...>
> OK, sorry if I am being naive, but I'm ... er ... well
> naive.
>
no problem.
> Here's what I did. I unzipped to a file and opened a
> command window and entered the following commands:
>
> perl makefile.pl
> nmake
> nmake test
> nmake install
>
I have never used nmake, but that seems ok to me... as long as make test
passed you are fine.
> It seemed to work OK, but I can't see the module in my
> PPM. Shouldn't it be there? Do I need to run another
> command?
>
PPM can't see it because you didn't do PPM install. But as long as the test
suite works it will run just fine.
> Sorry to bother you, but I'm at a loss, and everything
> I find on google is not helping.
>
No problem, glad to help. I probably should've put in an option to
automatically use the old API based on how new() is called.