William A. Rowe, Jr. wrote:
From: "Stas Bekman" <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 10:40 PM
exec ./t/TEST protocol/eliza protocol/eliza....skipped: missing Chatbot::Eliza1 All tests successful, 1 test skipped.
The extension of Test::plan is already somewhat tricky, so in order to preserve the trick we have to make sure that our extension always returns a zero or one value. Since CODE and ARRAY refs were already taken I've used the available HASH ref. Now have module returns a reason for its failure, the CODE and ARRAY refs do or can do the same, here is how it works (this is incomplete, just to see if you like it):
Without groking the code, definately +1 to allow Foo::try syntax, since we on non-unix platforms already have problems with Foo/try vs Foo\try ;)
Hmm, I guess you are talking about somethins else. What I try to do now is to print the reason for the skipped test.
Can you please expand on the problem you are talking about? And how do you want it to be handled?
_____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
