I've spotted a flaw in the way I revised each of the t/steps/*.t files. Trying to match an exact (true) return value in the 2nd test is too strict; will generate a failure if, after successfully completing configuration, you go back and call 'prove' or 'perl -d' on an individual test.
Am working on a fix. kid51