> I do not think that prototype means what you think it means.

It means what I think it means.  Same syntax as we have currently, no.
You would have to do this:

my @methods = qw(foo bar baz)
can_ok($object, @methods, 'reason')

Instead of:

can_ok($object, qw(foo bar baz), 'reason')

Note that in my original post I specified "array" instead of "list" for
a reason :)

Regards,
Jonathan Rockway

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to