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)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to