Subject: | Test 01live.t broken - shows with current Test::More |
t/01live.t fails because it doesn't tell Test::More that it has no
plans. Seems like there is a bug in older versions of Test::More that
lets this work anyway. Attaching a patch that fixes this (just use
Test::More qw(no_plan);)