http://www.perlmonks.org?node_id=1003659


in reply to Prototypes being ignored with use_ok() from Test:More ?

use_ok works at runtime, but prptotype parsing has alteady happened at compile time. My recommendation is to simply stop using use_ok, as it solves no problem and actually creates pitfalls.