Andy Lester wrote:

It appears that this doesnt error on 5.8.2, but is repeatable on 5.00503,
as follows:



I don't see any problem here. You can't have more than one plan.


xoa




The different Version responses threw me.. I worked out a way...

use Test::More;
use Benchmark();

plan skip_all =>
"Benchmark::cmpthese not implemented in this Benchmark version $Benchmark::VERSION"
unless defined &Benchmark::cmpthese;


plan (tests => 2);


IOW - plan only after skip_all special case...


thx



Reply via email to