On Saturday 15 July 2006 14:43, Ovid wrote: > By default, it would also provide the Test::More tests but it should also > normalize sub behavior: > > can_ok $proto, $method, $description; > isa_ok $instance, $class, $description; > skip $number, $description; > > Just doing this: > > use Tests; > > Would import the Test::More equivalents. > > Thoughts?
I like everything except overriding the names. I think that would add to the confusion, especially more than a screen length away from the use line. How about different names? -- c