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 ;) Bill
