Subject: | want() confused by prototypes |
Attached is a test which demonstrates that want() gets confused by a
scalar prototype. ok(foo()) thinks foo() is in code ref context.
This is important because the Test::More test functions use prototypes.
Subject: | bug.plx |