diff --git a/t/test16.t b/t/test16.t index 60a64972..c5584189 100644 --- a/t/test16.t +++ b/t/test16.t @@ -4,6 +4,8 @@ use Test::More; use lib qw(t/lib); use NYTProfTest; -plan skip_all => "needs perl >= 5.10" unless $] >= 5.010; +#plan skip_all => "needs perl >= 5.10" unless $] >= 5.010; +plan skip_all => "needs perl >= 5.10 and <= 5.36" + unless ($] >= 5.010 and $] <= 5.036); run_test_group;