in reply to subtest error using test::more

I get that message if I comment out this line:
use Test::More;

Are you sure you have that exact line in your code?

Replies are listed 'Best First'.
Re^2: subtest error using test::more
by neilwatson (Priest) on Jun 24, 2015 at 21:30 UTC

    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