On Thu, Jul 24, 2003 at 09:17:02AM -0400, Potozniak, Andrew wrote:
> &Test::More::is(1,1,"One equals One!!");
> &Test::More::is(1,2,"Does one equal two??");

You probably don't want to be calling those with the & in front of them
either as that'll make them bypass the prototype.

And as the Test functions generally do have prototypes, that's a Bad
Thing...

Tony

Reply via email to