yep, it was a path thingy.
I put a 'use lib' in my .t files
so I could find the test modules in t/
and then it worked.
code is in CPAN now, readme is at:
http://www.cpan.org/modules/by-authors/id/G/GS/GSLONDON/Class-Holon-0.03.readme
After Damian's OO class, I've gotten the perl-bug again.
Greg
Dan Sugalski wrote:
>
> At 10:44 AM 7/30/2001 -0400, Greg London wrote:
> >can someone point me to some documentation
> >on how to create tests for a module I want
> >to upload to CPAN?
> >
> >I have a t/ subdirectory, and I put some
> >perl scripts in it that have .t extensions,
> >and when I run the scripts from the command
> >line, they run fine.
> >
> >but when I go through the install steps and
> >get to 'make test' I get trouble.
>
> What sorts of trouble? Sometimes that indicates real
> problems, and sometimes it just means you've not set
> the tests up right. (It's pretty easy to get paths
> wrong for sample data, or have things misbehave because
> you're two or three levels of process down in the
> "make test" and your environment isn't quite what you expect)