in reply to subtest error using test::more
use Test::More; [download]
Are you sure you have that exact line in your code?
Turns out the code was calling Test::More using eval. One I used a normal use statement the error went away.
Neil Watson watson-wilson.ca